summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2017-10-121-5/+10
* sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra2017-10-121-6/+16
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-10-121-1/+16
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-10-121-1/+1
* sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio2017-10-121-19/+43
* sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang2017-10-121-7/+6
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2017-09-155-13/+36
* tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-09-151-8/+5
* signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-09-151-6/+14
* genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-09-151-1/+3
* srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini2017-09-151-4/+6
* rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney2017-09-151-2/+0
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-09-151-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-09-151-3/+3
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-09-152-1/+6
* pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-09-151-2/+6
* pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-09-151-1/+1
* lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov2017-08-261-1/+3
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-08-261-4/+10
* padata: free correct variableJason A. Donenfeld2017-08-261-1/+1
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-07-181-2/+14
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-07-181-3/+5
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-07-181-4/+10
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-07-181-4/+4
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-07-181-2/+3
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-07-181-2/+2
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-07-181-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-07-181-9/+11
* tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2017-06-051-1/+1
* locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra2017-06-051-4/+2
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2017-04-041-2/+1
* sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2017-03-161-0/+3
* printk: use rcuidle console tracepointSergey Senozhatsky2017-03-161-1/+1
* futex: Move futex_init() to core_initcallYang Yang2017-03-161-1/+1
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-03-161-21/+21
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-03-161-0/+1
* jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-03-161-0/+7
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2017-03-161-3/+14
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2017-03-161-6/+7
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-02-261-0/+9
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-02-231-4/+57
* perf: Do not double freePeter Zijlstra2017-02-231-1/+6
* perf: Fix event->ctx lockingPeter Zijlstra2017-02-231-37/+207
* perf: Fix race in swevent hashPeter Zijlstra2017-02-231-19/+1
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2017-02-231-2/+66
* PM / sleep: fix device reference leak in test_suspendJohan Hovold2017-02-231-1/+3
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2017-02-231-7/+41
* genirq/generic_chip: Add irq_unmap callbackSebastian Frias2017-02-231-0/+22
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-11-201-7/+8
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-11-201-0/+22