summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-09-151-2/+7
* cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh2016-09-151-2/+2
* kernel: Add noaudit variant of ns_capable()Tyler Hicks2016-09-151-10/+36
* cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee2016-09-151-0/+2
* clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-09-151-10/+42
* ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz2016-09-151-2/+12
* time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2016-09-152-3/+9
* sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo2016-09-151-7/+23
* hrtimer: Catch illegal clockidsMarc Zyngier2016-09-151-1/+6
* sched/nohz: Fix affine unpinned timers messWanpeng Li2016-09-071-1/+4
* sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra2016-09-071-5/+10
* genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier2016-09-071-0/+11
* genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-09-071-6/+2
* module: Invalidate signatures on force-loaded modulesBen Hutchings2016-08-201-4/+9
* audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-08-201-168/+164
* posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-08-101-0/+1
* sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-08-101-6/+9
* cgroup: set css->id to -1 during initTejun Heo2016-08-101-0/+1
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-101-2/+4
* tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-07-271-1/+6
* sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra2016-07-271-8/+25
* locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini2016-07-271-3/+33
* locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra2016-07-271-0/+60
* locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson2016-07-271-3/+6
* bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-07-111-1/+1
* sched: panic on corrupted stack endJann Horn2016-06-241-1/+2
* bpf, inode: disallow userns mountsDaniel Borkmann2016-06-241-1/+0
* bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2016-06-241-1/+1
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-06-071-0/+14
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-06-071-9/+20