summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-11-24rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay1-1/+1
2017-11-15workqueue: Fix NULL pointer dereferenceLi Bin1-1/+2
2017-11-08perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo1-2/+4
2017-11-08futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra1-3/+20
2017-11-02workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2017-10-18genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner1-1/+27
2017-10-18genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner2-1/+4
2017-10-14waitid(): Add missing access_ok() checksKees Cook1-0/+6
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-10-12cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long1-0/+8
2017-10-12bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-1/+1
2017-10-12bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-10-12bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet1-2/+4
2017-10-12bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-10-05futex: Fix pi_state->owner serializationPeter Zijlstra1-11/+22
2017-10-05irq/generic-chip: Don't replace domain's nameJeffy Chen1-1/+0
2017-10-05sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2017-10-05fix infoleak in waitid(2)Al Viro1-13/+10
2017-10-05seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-10-05extable: Enable RCU if it is not watching in kernel_text_address()Steven Rostedt (VMware)1-5/+30
2017-10-05extable: Consolidate *kernel_text_address() functionsSteven Rostedt (VMware)1-9/+1
2017-10-05rcu: Allow for page faults in NMI handlersPaul E. McKenney1-0/+10
2017-10-05tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)1-15/+0
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-10-05genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner1-1/+1
2017-10-05genirq/msi: Fix populating multiple interruptsJohn Keeping1-2/+3
2017-10-05genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner1-17/+7
2017-09-27sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra3-6/+22
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-09-27tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu1-1/+1
2017-09-27tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)1-1/+7
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)1-4/+6
2017-09-27ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-09-27smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()Ethan Barnes1-1/+11
2017-09-27srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney1-0/+9
2017-09-09ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.Martijn Coenen1-0/+1
2017-09-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+19
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-13/+17
2017-09-01mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2-2/+8
2017-09-01kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li1-0/+1
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming5-10/+17
2017-08-29perf/core: Fix potential double-fetch bugMeng Xu1-0/+2
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-3/+4
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+19
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz1-3/+1
2017-08-26fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers1-0/+1