summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-062-2/+14
|\
| * percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-151-2/+1Star
| * percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov2015-08-151-0/+13
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-058-99/+143
|\ \
| * | userfaultfd: activate syscallAndrea Arcangeli2015-09-051-0/+1
| * | userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli2015-09-051-1/+1
| * | userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2015-09-051-0/+1
| * | userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli2015-09-051-3/+4
| * | watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-051-4/+22
| * | watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-051-35/+0Star
| * | watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell2015-09-051-38/+2Star
| * | watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-051-0/+65
| * | watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell2015-09-051-0/+36
| * | kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-051-2/+0Star
| * | watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker2015-09-051-4/+2Star
| * | smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker2015-09-052-11/+12
| * | smpboot: make cleanup to mirror setupFrederic Weisbecker2015-09-051-10/+2Star
| * | smpboot: fix memory leak on error handlingFrederic Weisbecker2015-09-051-0/+1
| * | fs: create and use seq_show_option for escapingKees Cook2015-09-051-3/+4
| * | capabilities: ambient capabilitiesAndy Lutomirski2015-09-051-0/+1
| * | kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton2015-09-051-3/+4
* | | task_work: remove fifo ordering guaranteeEric Dumazet2015-09-051-10/+2Star
|/ /
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-0410-558/+306Star
|\ \
| * | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon2015-08-121-12/+12
| * | locking/static_keys: Add selftestPeter Zijlstra2015-08-031-1/+38
| * | locking/static_keys: Add a new static_key interfacePeter Zijlstra2015-08-031-7/+30
| * | locking/static_keys: Rework update logicPeter Zijlstra2015-08-031-50/+38Star
| * | locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra2015-08-031-4/+2Star
| * | jump_label: Add jump_entry_key() helperPeter Zijlstra2015-08-031-4/+9
| * | jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra2015-08-031-9/+16
| * | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-9/+9
| * | Merge branch 'x86/asm' into locking/coreIngo Molnar2015-08-032-0/+3
| |\ \
| * | | locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long2015-08-032-21/+51
| * | | locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long2015-08-031-8/+4Star
| * | | locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon2015-08-031-5/+18
| * | | locking: Clean up pvqspinlock warningPeter Zijlstra2015-08-031-6/+7
| | | |
| | \ \
| *-. \ \ Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-0319-124/+276
| |\ \ \ \
| * | | | | futex: Make should_fail_futex() statickbuild test robot2015-07-201-1/+1
| * | | | | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-204-444/+1Star
| * | | | | futex: Fault/error injection capabilitiesDavidlohr Bueso2015-07-201-2/+87
| * | | | | futex: Enhance comments in futex_lock_pi() for blocking pathsDavidlohr Bueso2015-07-201-2/+9
| * | | | | locking/qrwlock: Better optimization for interrupt context readersWaiman Long2015-07-061-6/+7
| * | | | | locking/qrwlock: Rename functions to queued_*()Waiman Long2015-07-061-6/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-037-68/+295
|\ \ \ \ \ \
| * | | | | | bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov2015-08-291-2/+30
| * | | | | | lib: introduce strncpy_from_unsafe()Alexei Starovoitov2015-08-291-16/+4Star
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-282-3/+20
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-214-30/+84
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-143-7/+18
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf: fix bpf_perf_event_read() loop upper boundWei-Chun Chao2015-08-131-1/+1