summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-03-22tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2-1/+16
2014-03-22cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan1-1/+1
2014-03-22cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan1-6/+2
2014-03-22genirq: Remove racy waitqueue_active checkChuansheng Liu1-2/+1
2014-03-22sched: Fix double normalization of vruntimeGeorge McCollister1-4/+4
2014-03-12sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer1-2/+1
2014-03-12sched/rt: Add missing rmb()Peter Zijlstra1-1/+9
2014-03-12sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman1-2/+3
2014-03-12sched: Initialize power_orig for overlapping groupsPeter Zijlstra1-0/+1
2014-03-12sched: Avoid NULL dereference on sd_busyPeter Zijlstra1-1/+2
2014-03-12sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy3-18/+28
2014-03-12rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney2-3/+11
2014-03-12rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney1-0/+2
2014-03-12sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan1-1/+1
2014-03-12NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner2-14/+11
2014-03-12nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner1-1/+3
2014-03-12futex: move user address verification up to common codeLinus Torvalds1-2/+3
2014-03-12blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara1-6/+27
2014-03-05perf: Fix hotplug splatPeter Zijlstra1-6/+6
2014-03-05workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan1-0/+7
2014-03-05cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo1-0/+5
2014-03-05cgroup: fix locking in cgroup_cfts_commit()Tejun Heo1-9/+2
2014-03-05cgroup: fix error return from cgroup_create()Tejun Heo1-3/+7
2014-03-05cgroup: fix error return value in cgroup_mount()Tejun Heo1-3/+3
2014-02-26perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen2-1/+2
2014-02-22genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker1-0/+1
2014-02-22ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-02-22time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-02-22tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-20genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble1-0/+1
2014-02-13timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz1-0/+2
2014-02-13timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz1-2/+2
2014-02-133.13.y: timekeeping: Fix clock_set/clock_was_set think-oJohn Stultz1-1/+1
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz1-2/+16
2014-02-13timekeeping: Fix potential lost pv notification of time changeJohn Stultz1-9/+11
2014-02-13timekeeping: Fix lost updates to tai adjustmentJohn Stultz1-1/+2
2014-02-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)1-1/+44
2014-02-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)1-26/+32
2014-02-13ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)1-15/+72
2014-02-13audit: reset audit backlog wait time after error recoveryRichard Guy Briggs1-1/+4
2014-02-13tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)1-0/+6
2014-02-13tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)1-0/+2
2014-01-25fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman1-1/+1
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall3-9/+19
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+1
2014-01-09sched: numa: skip inaccessible VMAsMel Gorman1-0/+7
2014-01-09libata, freezer: avoid block device removal while system is frozenTejun Heo1-0/+6