summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+0
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+6
2018-11-11Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+14
2018-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+8
2018-11-08posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli-3/+0
2018-11-07userns: also map extents in the reverse map to kernel IDsJann Horn-4/+8
2018-11-07resource/docs: Complete kernel-doc style function documentationBorislav Petkov-9/+14
2018-11-06Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2018-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-13/+26
2018-11-05tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu-1/+1
2018-11-05resource/docs: Fix new kernel-doc warningsRandy Dunlap-3/+7
2018-11-05sched/fair: Fix a comment in task_numa_fault()Yi Wang-2/+2
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2018-11-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2018-11-04sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider-1/+4
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar-1080/+1433
2018-11-03kernel/sysctl.c: remove duplicated includeMichael Schupikov-1/+0
2018-11-03kernel/kexec_file.c: remove some duplicated includeszhong jiang-2/+0
2018-11-02bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann-0/+1
2018-11-02bpf: show main program address and length in bpf_prog_infoSong Liu-9/+24
2018-11-02bpf: show real jited address in bpf_prog_info->jited_ksymsSong Liu-1/+0
2018-11-02bpf: show real jited prog address in /proc/kallsymsSong Liu-3/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds-41/+11
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou-41/+11
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+153
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-9/+12
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds-1/+1
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov-1/+1
2018-11-01irq/matrix: Fix memory overallocationMichael Kelley-1/+1
2018-10-31bpf: don't set id on after map lookup with ptr_to_map_val returnDaniel Borkmann-5/+6
2018-10-31bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann-4/+6
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-1/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-8/+7
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport-6/+6
2018-10-31kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann-1/+3
2018-10-31kernel/panic.c: filter out a potential trailing newlineBorislav Petkov-2/+6
2018-10-31kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov-1/+1
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi-1/+1
2018-10-31kernel/fail_function.c: remove meaningless null pointer check before debugfs_...zhong jiang-2/+1
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-931/+1261
2018-10-30Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+3
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-22/+42
2018-10-30perf/core: Clean up inconsisent indentationColin Ian King-1/+1
2018-10-30Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki-21/+13