summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-09-15uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-09-15timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-09-15cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh1-2/+2
2016-09-15kernel: Add noaudit variant of ns_capable()Tyler Hicks1-10/+36
2016-09-15cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee1-0/+2
2016-09-15clocksource: Allow unregistering the watchdogVitaly Kuznetsov1-10/+42
2016-09-15ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz1-2/+12
2016-09-15time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2-3/+9
2016-09-15sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo1-7/+23
2016-09-15hrtimer: Catch illegal clockidsMarc Zyngier1-1/+6
2016-09-07sched/nohz: Fix affine unpinned timers messWanpeng Li1-1/+4
2016-09-07sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra1-5/+10
2016-09-07genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier1-0/+11
2016-09-07genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner1-6/+2
2016-08-20module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-08-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-168/+164
2016-08-10posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-08-10sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra1-6/+9
2016-08-10cgroup: set css->id to -1 during initTejun Heo1-0/+1
2016-08-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-07-27tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-07-27sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra1-8/+25
2016-07-27locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini1-3/+33
2016-07-27locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra1-0/+60
2016-07-27locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson1-3/+6
2016-07-11bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-1/+1
2016-06-24sched: panic on corrupted stack endJann Horn1-1/+2
2016-06-24bpf, inode: disallow userns mountsDaniel Borkmann1-1/+0
2016-06-24bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman1-1/+1
2016-06-07pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-06-07wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-06-01sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx1-4/+7
2016-06-01ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4
2016-06-01ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)1-12/+14
2016-06-01perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra1-16/+36
2016-05-18workqueue: fix rebind bound workers warningWanpeng Li1-0/+11
2016-05-18perf/core: Disable the event on a truncated AUX recordAlexander Shishkin1-1/+9
2016-05-18bpf: fix check_map_func_compatibility logicAlexei Starovoitov1-21/+32
2016-05-18bpf: fix refcnt overflowAlexei Starovoitov3-11/+31
2016-05-18bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn1-1/+0
2016-05-18bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov1-0/+1
2016-05-11tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-05-04locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra1-1/+7
2016-05-04cgroup: make sure a parent css isn't freed before its childrenTejun Heo1-3/+4
2016-05-04cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2-4/+7
2016-05-04workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-05-04futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso1-1/+1
2016-05-04futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior1-3/+22
2016-05-04sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra1-21/+14