summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-024-36/+113
|\
| * audit: add subj creds to NETFILTER_CFG record toRichard Guy Briggs2020-05-201-0/+6
| * audit: make symbol 'audit_nfcfgs' staticZheng Bin2020-05-011-1/+1
| * netfilter: add audit table unregister actionsRichard Guy Briggs2020-04-281-2/+3
| * audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs2020-04-281-0/+24
| * audit: log audit netlink multicast bind and unbindRichard Guy Briggs2020-04-271-4/+44
| * audit: fix a net reference leak in audit_list_rules_send()Paul Moore2020-04-223-11/+9
| * audit: fix a net reference leak in audit_send_reply()Paul Moore2020-04-201-21/+29
* | 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