summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-04-031-13/+13
* printk: fix syslog() overflowing user bufferLinus Torvalds2014-03-311-2/+0
* stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()Peter Zijlstra2014-03-311-1/+1
* tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-312-11/+2
* audit: don't generate loginuid log when audit disabledGao feng2014-03-231-0/+3
* tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-232-1/+16
* cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan2014-03-231-1/+1
* cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan2014-03-231-6/+2
* genirq: Remove racy waitqueue_active checkChuansheng Liu2014-03-231-2/+1
* sched: Fix double normalization of vruntimeGeorge McCollister2014-03-231-4/+4
* perf: Fix hotplug splatPeter Zijlstra2014-03-061-6/+6
* workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-03-061-0/+7
* cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo2014-03-061-0/+5
* cgroup: fix locking in cgroup_cfts_commit()Tejun Heo2014-03-061-9/+2
* cgroup: fix error return from cgroup_create()Tejun Heo2014-03-061-3/+7
* cgroup: fix error return value in cgroup_mount()Tejun Heo2014-03-061-3/+3
* genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-221-0/+1
* ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)2014-02-221-0/+7
* time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-221-0/+6
* tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-221-0/+1
* genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble2014-02-201-0/+1
* timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2014-02-131-0/+2
* timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2014-02-131-2/+2
* 3.13.y: timekeeping: Fix clock_set/clock_was_set think-oJohn Stultz2014-02-131-1/+1
* timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2014-02-131-2/+16
* timekeeping: Fix potential lost pv notification of time changeJohn Stultz2014-02-131-9/+11
* timekeeping: Fix lost updates to tai adjustmentJohn Stultz2014-02-131-1/+2
* ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)2014-02-131-1/+44
* ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)2014-02-131-26/+32
* ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)2014-02-131-15/+72
* numa: add a sysctl for numa_balancingAndi Kleen2014-02-132-1/+32
* audit: reset audit backlog wait time after error recoveryRichard Guy Briggs2014-02-131-1/+4
* tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)2014-02-131-0/+6
* tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)2014-02-131-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-01-171-1/+1
|\
| * fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman2013-11-261-1/+1
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2014-01-161-1/+1
|\ \ \
| * | | sched: Calculate effective load even if local weight is 0Rik van Riel2014-01-121-1/+1
| |/ /
* / / sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz2014-01-121-3/+3
|/ /
* | Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-12-291-0/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixesRafael J. Wysocki2013-12-271-0/+1
| |\ \ \
| | | * | PM / sleep: Fix memory leak in pm_vt_switch_unregister().Masami Ichikawa2013-12-221-0/+1
| | |/ /
* | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-241-18/+32
|\ \ \ \
| * | | | cgroup: don't recycle cgroup id until all csses' have been destroyedLi Zefan2013-12-171-8/+11
| * | | | cgroup: fix cgroup_create() error handling pathTejun Heo2013-12-061-10/+21
* | | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-241-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | libata, freezer: avoid block device removal while system is frozenTejun Heo2013-12-191-0/+6
* | | | | mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-201-1/+1
* | | | | Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-12-201-1/+1
|\ \ \ \ \
| * | | | | ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2013-12-161-1/+1