summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-041-3/+3
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-2/+2
|\
| * blktrace: Report pid with note messagesJan Kara2020-05-161-2/+2
* | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-025-13/+48
|\ \
| * \ Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2020-06-015-13/+48
| |\ \
| | * | PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli2020-05-271-1/+13
| | * | PM: hibernate: Split off snapshot dev optionDomenico Andreoli2020-05-192-1/+14
| | * | PM: hibernate: Incorporate concurrency handlingDomenico Andreoli2020-05-193-12/+22
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-028-67/+32
|\ \ \ \
| * | | | mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-022-13/+0
| * | | | mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-06-021-10/+14
| * | | | mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-06-021-3/+2
| * | | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-023-6/+5
| * | | | dma-mapping: use vmap insted of reimplementing itChristoph Hellwig2020-06-021-36/+12
| * | | | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-1/+1
* | | | | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-53/+53
|\ \ \ \ \
| * | | | | signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-051-53/+53
* | | | | | Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-011-16/+17
|\ \ \ \ \ \
| * | | | | | compat sysinfo(2): don't bother with field-by-field copyoutAl Viro2020-04-251-16/+17
| |/ / / / /
* | | | | | Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-012-12/+12
|\ \ \ \ \ \
| * | | | | | uaccess: Selectively open read or write user accessChristophe Leroy2020-05-012-12/+12
| |/ / / / /
* | | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-1/+4
|\ \ \ \ \ \
| * | | | | | Revert "docs: sysctl/kernel: document ngroups_max"Jonathan Corbet2020-05-181-2/+2
| * | | | | | docs: sysctl/kernel: document ngroups_maxStephen Kitt2020-05-151-2/+2
| * | | | | | futex: get rid of a kernel-docs build warningMauro Carvalho Chehab2020-04-201-0/+3
| * | | | | | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
| |/ / / / /
* | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-011-2/+7
|\ \ \ \ \ \
| * | | | | | ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch2020-05-191-2/+7
| |/ / / / /
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-014-0/+119
|\ \ \ \ \ \
| * | | | | | scs: Remove references to asm/scs.h from core codeWill Deacon2020-05-181-1/+0
| * | | | | | scs: Move scs_overflow_check() out of architecture codeWill Deacon2020-05-182-1/+5
| * | | | | | scs: Move accounting into alloc/free functionsWill Deacon2020-05-181-24/+21
| * | | | | | arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon2020-05-181-2/+1
| * | | | | | scs: Add support for stack usage debuggingSami Tolvanen2020-05-151-1/+29
| * | | | | | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+15
| * | | | | | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-154-0/+77
* | | | | | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-6/+0
|\ \ \ \ \ \ \
| * | | | | | | crash_dump: Remove no longer used saved_max_pfnKairui Song2020-04-151-6/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-11/+11
|\ \ \ \ \ \ \
| * | | | | | | cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef2020-05-071-2/+2
| * | | | | | | cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2020-05-071-7/+7
| * | | | | | | cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"Ethon Paul2020-04-271-1/+1
| * | | | | | | smp: Use smp_call_func_t in on_each_cpu()Kaitao Cheng2020-04-191-1/+1
* | | | | | | | Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-014-15/+20
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-2826-154/+321
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-192-2/+2
| * | | | | | | | perf: Add cond_resched() to task_function_call()Barret Rhoden2020-04-301-9/+14
| * | | | | | | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-222-4/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | trace/bpf_trace: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
| | * | | | | | | perf/core: open access to probes for CAP_PERFMON privileged processAlexey Budankov2020-04-161-2/+2