summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-071-1/+0
* modules: add CONFIG_MODPROBE_PATHRasmus Villemoes2021-05-071-1/+1
* init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+2
* kernel/async.c: remove async_unregister_domain()Rasmus Villemoes2021-05-071-18/+0
* kernel/async.c: stop guarding pr_debug() statementsRasmus Villemoes2021-05-071-28/+20
* kernel/resource: fix locking in request_free_mem_regionAlistair Popple2021-05-071-7/+38
* kernel/resource: refactor __request_region to allow external lockingAlistair Popple2021-05-071-20/+32
* kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple2021-05-071-21/+31
* kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand2021-05-071-33/+12
* kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand2021-05-071-1/+1
* kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand2021-05-071-1/+1
* gcov: clang: drop support for clang-10 and olderNick Desaulniers2021-05-072-103/+1
* gcov: use kvmalloc()Johannes Berg2021-05-073-12/+12
* gcov: simplify buffer allocationJohannes Berg2021-05-071-15/+9
* gcov: combine common codeJohannes Berg2021-05-075-342/+171
* kexec: dump kmessage before machine_kexecPavel Tatashin2021-05-071-0/+2
* kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-071-1/+3
* kexec: Add kexec reboot stringJoe LeVeque2021-05-071-1/+1
* kernel/fork.c: fix typosXiaofeng Cao2021-05-061-4/+4
* kernel/fork.c: simplify copy_mm()Rolf Eike Beer2021-05-061-11/+4
* do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome2021-05-061-10/+57
* kernel/cred.c: make init_groups staticRasmus Villemoes2021-05-061-1/+1
* kernel/async.c: fix pr_debug statementRasmus Villemoes2021-05-061-1/+1
* mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar2021-05-051-1/+1
* irq_work: record irq_work_queue() call stackZqiang2021-04-301-1/+6
* kasan: record task_work_add() call stackWalter Wu2021-04-301-0/+3
* kernel/dma: remove unnecessary unmap_kernel_rangeNicholas Piggin2021-04-301-1/+0
* cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner2021-04-301-25/+36
* cgroup: rstat: support cgroup1Johannes Weiner2021-04-302-15/+21
* mm: memcontrol: fix kernel stack accountMuchun Song2021-04-301-5/+8
* watchdog: cleanup handling of false positivesPetr Mladek2021-04-301-12/+8
* watchdog: fix barriers when printing backtraces from all CPUsPetr Mladek2021-04-301-11/+6
* watchdog/softlockup: remove logic that tried to prevent repeated reportsPetr Mladek2021-04-301-12/+2
* watchdog/softlockup: report the overall time of softlockupsPetr Mladek2021-04-301-12/+28
* watchdog: explicitly update timestamp when reporting softlockupPetr Mladek2021-04-301-0/+3
* watchdog: rename __touch_watchdog() to a better descriptive namePetr Mladek2021-04-301-4/+4
* Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-291-0/+1
|\
| * kconfig: do not use allnoconfig_y optionMasahiro Yamada2021-04-141-0/+1
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-1/+1
|\ \
| * | kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-251-1/+1
| |/
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2923-649/+1735
|\ \
| * | bpf: Add batched ops support for percpu arrayPedro Tammela2021-04-281-0/+2
| * | bpf: Implement formatted output helpers with bstr_printfFlorent Revest2021-04-273-113/+111
| * | bpf, cpumap: Bulk skb using netif_receive_skb_listLorenzo Bianconi2021-04-271-9/+9
| * | bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-04-271-5/+3
| * | bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest2021-04-271-1/+1
| * | bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2021-04-252-8/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-256-340/+435
| |\ \
| | * | bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STRFlorent Revest2021-04-231-2/+1
| | * | bpf: Notify user if we ever hit a bpf_snprintf verifier bugFlorent Revest2021-04-231-2/+4