summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-07-02modsign: log module name in the event of an errorJessica Yu-27/+32
2018-07-02alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner-1/+2
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner-12/+21
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner-6/+6
2018-07-02cpu/hotplug: Boot HT siblings at least onceThomas Gleixner-24/+48
2018-07-01Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+1
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-177/+260
2018-07-01bpf: sockhash, add release routineJohn Fastabend-0/+1
2018-07-01bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend-49/+96
2018-07-01bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend-12/+22
2018-07-01bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend-10/+48
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann-29/+1
2018-06-28audit: simplify audit_enabled check in audit_watch_log_rule_change()Richard Guy Briggs-14/+15
2018-06-28audit: check audit_enabled in audit_tree_log_remove_rule()Richard Guy Briggs-0/+2
2018-06-28printk: Export is_console_lockedHans de Goede-0/+1
2018-06-28swiotlb: export swiotlb_dma_opsChristoph Hellwig-0/+1
2018-06-27printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta-51/+58
2018-06-27printk: make sure to print log on console.Maninder Singh-5/+7
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein-8/+9
2018-06-27perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre-1/+1
2018-06-26rcu: Exclude near-simultaneous RCU CPU stall warningsPaul E. McKenney-15/+11
2018-06-26rcu: Use the proper lockdep annotation in dump_blkd_tasks()Boqun Feng-1/+1
2018-06-26rcu: Add debugging info to assertionPaul E. McKenney-3/+42
2018-06-26bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young-78/+93
2018-06-26perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Frederic Weisbecker-19/+25
2018-06-26perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Frederic Weisbecker-5/+5
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker-17/+0
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker-1/+1
2018-06-26perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker-16/+41
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar-24/+35
2018-06-25torture: Keep old-school dmesg formatPaul E. McKenney-0/+12
2018-06-25torture: Make online/offline messages appear only for verbose=2Paul E. McKenney-9/+9
2018-06-25srcu: Add address of first callback to rcutorture outputPaul E. McKenney-7/+8
2018-06-25srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()Paul E. McKenney-0/+3
2018-06-25srcu: Fix typos in __call_srcu() header commentPaul E. McKenney-4/+4
2018-06-25rcu: Make expedited grace period use direct call on last leafPaul E. McKenney-2/+6
2018-06-25module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada-4/+2
2018-06-25module: print sensible error codeJason A. Donenfeld-2/+2
2018-06-24dma-noncoherent: add a arch_sync_dma_for_cpu_all hookChristoph Hellwig-2/+6
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani-5/+7
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani-29/+21
2018-06-24time: Introduce struct __kernel_itimerspecDeepa Dinamani-2/+2
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+4
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner-10/+23
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner-5/+4
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+7
2018-06-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+5
2018-06-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2018-06-24Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+15