summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-04-10signal/x86: Delay calling signals in atomicOleg Nesterov
2014-04-10signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2014-04-10posix-timers: Prevent broadcast signalsThomas Gleixner
2014-04-10ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior
2014-04-10signal-revert-ptrace-preempt-magic.patchThomas Gleixner
2014-04-10tracing: Account for preempt off in preempt_schedule()Steven Rostedt
2014-04-10vtime-split-lock-and-seqcount.patchThomas Gleixner
2014-04-10timekeeping-split-jiffies-lock.patchThomas Gleixner
2014-04-10sched: Consider pi boosting in setschedulerThomas Gleixner
2014-04-10sched: Queue RT tasks to head when prio dropsThomas Gleixner
2014-04-10sched: Adjust sched_reset_on_fork when nothing else changesThomas Gleixner
2014-04-10sched: Better debug output for might sleepThomas Gleixner
2014-04-10sched: Check for idle task in might_sleep()Thomas Gleixner
2014-04-10sched: Init idle->on_rq in init_idle()Thomas Gleixner
2014-04-10rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
2014-04-10lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra
2014-03-22tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-03-22cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan
2014-03-22cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan
2014-03-22genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-03-22sched: Fix double normalization of vruntimeGeorge McCollister
2014-03-12sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer
2014-03-12sched/rt: Add missing rmb()Peter Zijlstra
2014-03-12sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman
2014-03-12sched: Initialize power_orig for overlapping groupsPeter Zijlstra
2014-03-12sched: Avoid NULL dereference on sd_busyPeter Zijlstra
2014-03-12sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2014-03-12rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney
2014-03-12rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney
2014-03-12sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2014-03-12NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner
2014-03-12nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner
2014-03-12futex: move user address verification up to common codeLinus Torvalds
2014-03-12blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara
2014-03-05perf: Fix hotplug splatPeter Zijlstra
2014-03-05workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan
2014-03-05cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo
2014-03-05cgroup: fix locking in cgroup_cfts_commit()Tejun Heo
2014-03-05cgroup: fix error return from cgroup_create()Tejun Heo
2014-03-05cgroup: fix error return value in cgroup_mount()Tejun Heo
2014-02-26perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen
2014-02-22genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker
2014-02-22ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-02-22time: Fix overflow when HZ is smaller than 60Mikulas Patocka
2014-02-22tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-20genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble
2014-02-13timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz
2014-02-13timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz
2014-02-133.13.y: timekeeping: Fix clock_set/clock_was_set think-oJohn Stultz
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz