summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-04-05ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-04-05audit: Abstract hash key handlingJan Kara
2017-04-04tracing/kprobes: expose maxactive for kretprobe in kprobe_eventsAlban Crequy
2017-04-04printk: Correctly handle preemption in console_unlock()Petr Mladek
2017-04-04irq/affinity: Fix CPU spread for unbalanced nodesKeith Busch
2017-04-04rtmutex: Fix more prio comparisonsPeter Zijlstra
2017-04-04rtmutex: Fix PI chain order integrityPeter Zijlstra
2017-04-04sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra
2017-04-04rtmutex: Clean upPeter Zijlstra
2017-04-04sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateXunlei Pang
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner
2017-04-03ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)
2017-04-03Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman
2017-04-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov
2017-04-01bpf, verifier: fix rejection of unaligned access checks for map_value_adjDaniel Borkmann
2017-04-01bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann
2017-03-31ftrace: Create separate t_func_next() to simplify the function / hash logicSteven Rostedt (VMware)
2017-03-31ftrace: Update func_pos in t_start() when all functions are enabledSteven Rostedt (VMware)
2017-03-31ftrace: Return NULL at end of t_start() instead of calling t_hash_start()Steven Rostedt (VMware)
2017-03-31ftrace: Assign iter->hash to filter or notrace hashes on seq readSteven Rostedt (VMware)
2017-03-31ftrace: Clean up __seq_open_private() return checkSteven Rostedt (VMware)
2017-03-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-03-31braille-console: Fix value returned by _braille_console_setupSamuel Thibault
2017-03-31timekeeping: Remove pointless conversion to boolNicholas Mc Guire
2017-03-31Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-03-30livepatch: Reduce the time of finding module symbolsZhou Chengming
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsChris Wilson
2017-03-30Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-03-30sched/fair: Optimize ___update_sched_avg()Yuyang Du
2017-03-30sched/fair: Explicitly generate __update_load_avg() instancesPeter Zijlstra
2017-03-28new helper: uaccess_kernel()Al Viro
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie
2017-03-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa
2017-03-28update to v4.11-rc4 due to memory corruption bug in rc2James Morris
2017-03-27audit: move audit_signal_info() into kernel/auditsc.cPaul Moore
2017-03-27cgroup: switch to BUG_ON()Nicholas Mc Guire
2017-03-27sched/clock: Fix broken stable to unstable transferPavel Tatashin
2017-03-27sched/fair: Prefer sibiling only if local group is under-utilizedSrikar Dronamraju
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra
2017-03-25Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov
2017-03-25Merge back schedutil governor updates for 4.12.Rafael J. Wysocki
2017-03-24tracing: Move trace_handle_return() out of lineSteven Rostedt (VMware)