summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-03-312-4/+2
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-261-2/+3
* kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2017-03-261-6/+9
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-9/+11
* Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers2017-03-121-0/+4
* printk: use rcuidle console tracepointSergey Senozhatsky2017-02-231-1/+1
* futex: Move futex_init() to core_initcallYang Yang2017-02-231-1/+1
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-02-091-21/+21
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-02-011-0/+1
* jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-01-191-0/+7
* mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-191-0/+4
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-121-0/+3
* stable-fixup: hotplug: fix unused function warningArnd Bergmann2017-01-121-4/+5
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2017-01-091-3/+14
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-091-2/+2
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2017-01-061-2/+2
* kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2017-01-061-1/+0
* exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2017-01-061-2/+14
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2017-01-062-5/+27
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2017-01-062-18/+17
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2016-12-151-2/+1
* locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-151-2/+3
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-151-2/+66
* rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong2016-12-081-0/+1
* PM / sleep: fix device reference leak in test_suspendJohan Hovold2016-11-261-1/+3
* cgroup: avoid false positive gcc-6 warningArnd Bergmann2016-11-101-0/+3
* genirq/generic_chip: Add irq_unmap callbackSebastian Frias2016-10-311-0/+21
* timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-161-2/+5
* time: Add cycles to nanoseconds translationChristopher S. Hall2016-10-161-4/+21
* kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2016-10-071-6/+4
* sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-10-071-2/+43
* printk: fix parsing of "brl=" optionNicolas Iooss2016-10-071-2/+2
* perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland2016-10-071-1/+22
* cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park2016-10-071-3/+14
* PM / hibernate: Fix rtree_next_node() to avoid walking off list endsJames Morse2016-09-301-5/+5
* PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier2016-09-301-2/+2
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-09-301-7/+8
* fix memory leaks in tracing_buffers_splice_read()Al Viro2016-09-301-6/+8
* Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt2016-09-301-0/+4
* Fix build warning in kernel/cpuset.cArnd Bergmann2016-09-301-1/+1
* genirq/msi: Fix broken debug outputThomas Gleixner2016-09-241-0/+1
* kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2016-09-241-0/+8
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-241-0/+22
* cpuset: make sure new tasks conform to the current config of the cpusetZefan Li2016-09-241-0/+15
* audit: fix exe_file access in audit_exe_compareMateusz Guzik2016-09-241-3/+5
* mm: introduce get_task_exe_fileMateusz Guzik2016-09-241-0/+23
* kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann2016-09-241-0/+3
* uprobes: Fix the memcg accountingOleg Nesterov2016-09-151-2/+3
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-09-151-1/+4