summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2017-10-12sched: move no_new_privs into new atomic flagsKees Cook2-3/+3
2017-10-12perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra1-5/+10
2017-10-12sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra1-6/+16
2017-10-12sched/topology: Fix overlapping sched_group_maskPeter Zijlstra1-1/+16
2017-10-12sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra1-1/+1
2017-10-12sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio1-19/+43
2017-10-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang1-7/+6
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn5-13/+36
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-8/+5
2017-09-15signal: Only reschedule timers on signals timers have sentEric W. Biederman1-6/+14
2017-09-15genirq: Release resources in __setup_irq() error pathHeiner Kallweit1-1/+3
2017-09-15srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini1-4/+6
2017-09-15rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney1-2/+0
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner1-3/+3
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2-1/+6
2017-09-15pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai1-2/+6
2017-09-15pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman1-1/+1
2017-08-26lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov1-1/+3
2017-08-26ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+10
2017-08-26padata: free correct variableJason A. Donenfeld1-1/+1
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-07-18tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-07-18ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-07-18perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-07-18sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming1-2/+2
2017-07-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-07-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1
2017-06-05locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra1-4/+2
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-2/+1
2017-03-16sched/cputime: Fix invalid gtime in procHiroshi Shimamoto1-0/+3
2017-03-16printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-03-16futex: Move futex_init() to core_initcallYang Yang1-1/+1
2017-03-16perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra1-21/+21
2017-03-16sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-03-16jump_labels: API for flushing deferred jump label updatesDavid Matlack1-0/+7
2017-03-16fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)1-3/+14
2017-03-16hotplug: Make register and unregister notifier API symmetricMichal Hocko1-6/+7
2017-02-26mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+9
2017-02-23perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+57
2017-02-23perf: Do not double freePeter Zijlstra1-1/+6
2017-02-23perf: Fix event->ctx lockingPeter Zijlstra1-37/+207
2017-02-23perf: Fix race in swevent hashPeter Zijlstra1-19/+1
2017-02-23locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner1-2/+66
2017-02-23PM / sleep: fix device reference leak in test_suspendJohan Hovold1-1/+3
2017-02-23x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-7/+41
2017-02-23genirq/generic_chip: Add irq_unmap callbackSebastian Frias1-0/+22