aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-28swiotlb: export swiotlb_dma_opsChristoph Hellwig1-0/+1
2018-06-27printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta1-51/+58
2018-06-27printk: make sure to print log on console.Maninder Singh1-5/+7
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein1-8/+9
2018-06-27perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre1-1/+1
2018-06-26rcu: Exclude near-simultaneous RCU CPU stall warningsPaul E. McKenney1-15/+11
2018-06-26rcu: Use the proper lockdep annotation in dump_blkd_tasks()Boqun Feng1-1/+1
2018-06-26rcu: Add debugging info to assertionPaul E. McKenney3-3/+42
2018-06-26bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young3-78/+93
2018-06-26perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Frederic Weisbecker1-19/+25
2018-06-26perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Frederic Weisbecker1-5/+5
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-17/+0
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-1/+1
2018-06-26perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker1-16/+41
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar11-24/+35
2018-06-25torture: Keep old-school dmesg formatPaul E. McKenney4-0/+12
2018-06-25torture: Make online/offline messages appear only for verbose=2Paul E. McKenney4-9/+9
2018-06-25srcu: Add address of first callback to rcutorture outputPaul E. McKenney1-7/+8
2018-06-25srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()Paul E. McKenney1-0/+3
2018-06-25srcu: Fix typos in __call_srcu() header commentPaul E. McKenney1-4/+4
2018-06-25rcu: Make expedited grace period use direct call on last leafPaul E. McKenney2-2/+6
2018-06-25module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada1-4/+2
2018-06-25module: print sensible error codeJason A. Donenfeld1-2/+2
2018-06-24dma-noncoherent: add a arch_sync_dma_for_cpu_all hookChristoph Hellwig1-2/+6
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-5/+7
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2-29/+21
2018-06-24time: Introduce struct __kernel_itimerspecDeepa Dinamani1-2/+2
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner1-10/+23
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner1-5/+4
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+7
2018-06-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+5
2018-06-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-24Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-7/+15
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-3/+4
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-06-22genirq: Speedup show_interrupts()Eric Dumazet1-10/+12
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-22module: setup load info before module_sig_check()Jessica Yu1-34/+43
2018-06-22module: make it clear when we're handling the module copy in info->hdrJessica Yu1-21/+21
2018-06-22perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre1-3/+3
2018-06-21tracing: Use swap macro in update_max_trGustavo A. R. Silva1-5/+1
2018-06-21softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)1-1/+5
2018-06-21tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)1-1/+9
2018-06-21locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)1-6/+6
2018-06-21sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing1-1/+0
2018-06-21kprobes: Replace %p with other pointer typesMasami Hiramatsu1-12/+10
2018-06-21kprobes: Show address of kprobes if kallsyms doesMasami Hiramatsu1-5/+9
2018-06-21kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu1-2/+10