summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-317-86/+377
|\
| * locking/mutex: Fix debug checksPeter Zijlstra2014-03-122-0/+13
| * locking/mutexes: Add extra reschedule pointPeter Zijlstra2014-03-111-0/+7
| * locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra2014-03-114-5/+200
| * locking/mutexes: Unlock the mutex without the wait_lockJason Low2014-03-111-4/+4
| * locking/mutexes: Modify the way optimistic spinners are queuedJason Low2014-03-111-9/+6
| * locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low2014-03-111-0/+3
| * locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2014-03-112-1/+115
| * futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens2014-03-031-13/+24
| * lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov2014-02-091-1/+1
| * lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov2014-02-091-2/+2
| * lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-091-7/+4
| * Merge branch 'linus' into core/lockingIngo Molnar2014-02-0249-2163/+4232
| |\
| * | locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen2014-01-281-61/+7
| * | locking/mutexes/mcs: Correct barrier usageWaiman Long2014-01-281-5/+13
* | | AUDIT: Allow login in non-init namespacesEric Paris2014-03-301-1/+11
* | | time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz2014-03-281-1/+2
* | | Merge tag 'trace-fixes-v3.14-rc7-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-261-2/+25
|\ \ \
| * | | tracing: Fix traceon trigger condition to actually turn tracing onSteven Rostedt (Red Hat)2014-03-251-2/+25
* | | | futex: revert back to the explicit waiter counting codeLinus Torvalds2014-03-201-10/+43
* | | | Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-202-11/+2
|\ \ \ \ | |/ / /
| * | | tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-202-11/+2
* | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-03-191-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | cgroup: fix a failure path in create_css()Li Zefan2014-03-181-4/+7
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-163-3/+12
|\ \ \ \
| * | | | sched/clock: Prevent tracing recursion in sched_clock_cpu()Fernando Luis Vazquez Cao2014-03-111-2/+2
| * | | | stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()Peter Zijlstra2014-03-111-1/+1
| * | | | sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policyJuri Lelli2014-03-111-0/+9
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-03-113-19/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | audit: Update kdoc for audit_send_reply and audit_list_rules_sendEric W. Biederman2014-03-082-2/+2
| * | | | audit: Send replies in the proper network namespace.Eric W. Biederman2014-02-282-13/+15
| * | | | audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-02-283-6/+9
| | |_|/ | |/| |
* | | | mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-101-2/+2
* | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-03-081-7/+3
|\ \ \ \ | | |/ / | |/| |
| * | | cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan2014-02-271-1/+1
| * | | cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan2014-02-271-6/+2
* | | | Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-072-1/+16
|\ \ \ \
| * | | | tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-032-1/+16
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-072-2/+2
|\ \ \ \ \
| * | | | | genirq: Include missing header file in irqdomain.cRashika Kheria2014-02-271-0/+1
| * | | | | genirq: Remove racy waitqueue_active checkChuansheng Liu2014-02-271-2/+1
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-034-10/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | sched/deadline: Prevent rt_time growth to infinityJuri Lelli2014-02-272-2/+14
| * | | | | sched/deadline: Switch CPU's presence test orderJuri Lelli2014-02-271-2/+2
| * | | | | sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai2014-02-271-2/+0
| * | | | | sched: Fix double normalization of vruntimeGeorge McCollister2014-02-271-4/+4
| |/ / / /
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-021-6/+6
|\ \ \ \ \
| * | | | | perf: Fix hotplug splatPeter Zijlstra2014-02-271-6/+6
| |/ / / /
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-02-272-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-182-2/+2
OpenPOWER on IntegriCloud