summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-08-14kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin-1/+27
2018-08-14kallsyms: Simplify update_iter_mod()Adrian Hunter-14/+11
2018-08-15PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)-0/+1
2018-08-14cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa-0/+2
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-23/+33
2018-08-14Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-13/+11
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+8
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-30/+283
2018-08-14Merge branch 'for-4.19-nmi' into for-linusPetr Mladek-45/+83
2018-08-14Merge branch 'pm-cpufreq'Rafael J. Wysocki-0/+6
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki-23/+27
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-2/+6
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+2
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-50/+74
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria-4/+5
2018-08-13Uprobes: Simplify uprobe_register() bodyRavi Bangoria-33/+36
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+9
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-137/+342
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-288/+105
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-74/+64
2018-08-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-819/+966
2018-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2018-08-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-810/+1201
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-36/+47
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-25/+478
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller-11/+2
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann-40/+66
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds-1/+1
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+24
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn-66/+70
2018-08-11userns: move user access out of the mutexJann Horn-14/+10
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau-0/+9
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau-1/+373
2018-08-10tracepoints: Free early tracepoints after RCU is initializedSteven Rostedt (VMware)-0/+32
2018-08-10uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)-1/+1
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)-14/+17
2018-08-10ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King-2/+0
2018-08-10tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)-50/+38
2018-08-10tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)-29/+37
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)-28/+22
2018-08-10bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song-0/+44
2018-08-10bpf: fix bpffs non-array map seq_show issueYonghong Song-3/+5
2018-08-09xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer-5/+9
2018-08-09xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer-6/+9
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman-18/+40
2018-08-08bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann-2/+5
2018-08-08bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann-1/+1
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-124/+617