summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-11-23bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis-3/+5
2018-11-23posix-timers: Remove license boilerplateThomas Gleixner-19/+1
2018-11-23posix-clocks: Remove license boiler plateThomas Gleixner-14/+0
2018-11-23sched/clock: Remove license boilerplateThomas Gleixner-4/+0
2018-11-23posix-timers/stubs: Remove license boilerplateThomas Gleixner-4/+0
2018-11-23time: Remove license boilerplateThomas Gleixner-48/+5
2018-11-23time/debug: Remove license boilerplateThomas Gleixner-19/+0
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner-20/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner-0/+23
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner-66/+15
2018-11-23uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri-2/+10
2018-11-22bpf: fix integer overflow in queue_stack_mapAlexei Starovoitov-8/+8
2018-11-22panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky-1/+5
2018-11-22bpf, lpm: make longest_prefix_match() fasterEric Dumazet-10/+49
2018-11-21swiotlb: Skip cache maintenance on map errorRobin Murphy-1/+2
2018-11-20bpf: Introduce bpf_func_infoYonghong Song-7/+189
2018-11-20bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau-50/+339
2018-11-20bpf: btf: Break up btf_type_is_void()Martin KaFai Lau-15/+22
2018-11-20cgroup: fix CSS_TASK_ITER_PROCSTejun Heo-12/+17
2018-11-20bpf: allow zero-initializing hash map seedLorenz Bauer-2/+11
2018-11-19audit: remove WATCH and TREE config optionsRichard Guy Briggs-16/+4
2018-11-19audit: use session_info helperRichard Guy Briggs-9/+7
2018-11-19audit: localize audit_log_session_info prototypeRichard Guy Briggs-0/+2
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe-100/+136
2018-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds-21/+22
2018-11-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-14/+48
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson-21/+22
2018-11-16bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin-1/+2
2018-11-16bpf: fix off-by-one error in adjust_subprog_startsEdward Cree-1/+1
2018-11-16bpf: fix null pointer dereference on pointer offloadColin Ian King-2/+3
2018-11-16padata: clean an indentation issue, remove extraneous spaceColin Ian King-1/+1
2018-11-13kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva-3/+3
2018-11-13kdb: kdb_keyboard: mark expected switch fall-throughsGustavo A. R. Silva-2/+2
2018-11-13kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva-18/+3
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava-12/+15
2018-11-13kdb: print real address of pointers instead of hashed addressesChristophe Leroy-13/+13
2018-11-13kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy-2/+2
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo-4/+7
2018-11-13cpuset: Minor cgroup2 interface updatesTejun Heo-4/+4
2018-11-12locking/mutex: Replace spin_is_locked() with lockdepLance Roy-2/+2
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney-8/+13
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney-1/+1
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney-4/+14
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney-2/+2
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou-3/+3
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney-3/+5
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney-12/+13
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney-4/+4
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney-1/+1
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney-1/+2