aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-21swiotlb: Skip cache maintenance on map errorGravatar Robin Murphy 1-1/+2
2018-11-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-21/+22
2018-11-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-14/+48
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Gravatar Olof Johansson 1-21/+22
2018-11-13kdb: kdb_support: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-3/+3
2018-11-13kdb: kdb_keyboard: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-2/+2
2018-11-13kdb: kdb_main: refactor code in kdb_md_lineGravatar Gustavo A. R. Silva 1-18/+3
2018-11-13kdb: Use strscpy with destination buffer sizeGravatar Prarit Bhargava 3-12/+15
2018-11-13kdb: print real address of pointers instead of hashed addressesGravatar Christophe Leroy 2-13/+13
2018-11-13kdb: use correct pointer when 'btc' calls 'btt'Gravatar Christophe Leroy 1-2/+2
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsGravatar Patrick Bellasi 1-14/+48
2018-11-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+0
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-3/+6
2018-11-11Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+14
2018-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+8
2018-11-08posix-cpu-timers: Remove useless call to check_dl_overrun()Gravatar Juri Lelli 1-3/+0
2018-11-07userns: also map extents in the reverse map to kernel IDsGravatar Jann Horn 1-4/+8
2018-11-07resource/docs: Complete kernel-doc style function documentationGravatar Borislav Petkov 1-9/+14
2018-11-06Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2018-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-13/+26
2018-11-05tracing/kprobes: Fix strpbrk() argument orderGravatar Masami Hiramatsu 1-1/+1
2018-11-05resource/docs: Fix new kernel-doc warningsGravatar Randy Dunlap 1-3/+7
2018-11-05sched/fair: Fix a comment in task_numa_fault()Gravatar Yi Wang 1-2/+2
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+2
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-11-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2018-11-04sched/core: Take the hotplug lock in sched_init_smp()Gravatar Valentin Schneider 1-1/+4
2018-11-04sched/topology: Fix off by one bugGravatar Peter Zijlstra 1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixGravatar Ingo Molnar 33-1080/+1433
2018-11-03kernel/sysctl.c: remove duplicated includeGravatar Michael Schupikov 1-1/+0
2018-11-03kernel/kexec_file.c: remove some duplicated includesGravatar zhong jiang 1-2/+0
2018-11-02bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivGravatar Daniel Borkmann 1-0/+1
2018-11-02bpf: show main program address and length in bpf_prog_infoGravatar Song Liu 1-9/+24
2018-11-02bpf: show real jited address in bpf_prog_info->jited_ksymsGravatar Song Liu 1-1/+0
2018-11-02bpf: show real jited prog address in /proc/kallsymsGravatar Song Liu 1-3/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-41/+11
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 2-41/+11
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-1/+153
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-9/+12
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Gravatar Linus Torvalds 1-1/+1
2018-11-01compat: Cleanup in_compat_syscall() callersGravatar Dmitry Safonov 1-1/+1
2018-11-01irq/matrix: Fix memory overallocationGravatar Michael Kelley 1-1/+1
2018-10-31bpf: don't set id on after map lookup with ptr_to_map_val returnGravatar Daniel Borkmann 1-5/+6
2018-10-31bpf: fix partial copy of map_ptr when dst is scalarGravatar Daniel Borkmann 1-4/+6
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-1/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 8-8/+7
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 3-6/+6
2018-10-31kbuild: fix kernel/bounds.c 'W=1' warningGravatar Arnd Bergmann 1-1/+3