aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 8-9/+9
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Gravatar Rasmus Villemoes 1-3/+3
2020-10-25Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+5
2020-10-25Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+12
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxGravatar Linus Torvalds 3-7/+7
2020-10-25Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+2
2020-10-24Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2020-10-24random32: add noise from network and scheduling activityGravatar Willy Tarreau 1-0/+2
2020-10-24random32: make prandom_u32() output unpredictableGravatar George Spelvin 1-7/+0
2020-10-23Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-5/+5
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-2/+3
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-7/+5
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-17/+24
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+0
2020-10-22Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-12/+11
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-10-22ring-buffer: Update the description for ring_buffer_waitGravatar Qiujun Huang 1-1/+1
2020-10-22ring-buffer: Return 0 on success from ring_buffer_resize()Gravatar Qiujun Huang 1-4/+4
2020-10-21treewide: remove DISABLE_LTOGravatar Sami Tolvanen 1-3/+0
2020-10-20futex: Adjust absolute futex timeouts with per time namespace offsetGravatar Andrei Vagin 1-0/+5
2020-10-20dma-mapping: move more functions to dma-map-ops.hGravatar Christoph Hellwig 1-1/+1
2020-10-19bpf: Enforce id generation for all may-be-null register typeGravatar Martin KaFai Lau 1-6/+5
2020-10-19bpf: Remove unneeded breakGravatar Tom Rix 1-1/+0
2020-10-19cpufreq: schedutil: restore cached freq when next_f is not changedGravatar Wei Wang 1-2/+3
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 20-291/+1109
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIGravatar Minchan Kim 1-0/+1
2020-10-18pid: move pidfd_get_pid() to pid.cGravatar Minchan Kim 2-19/+19
2020-10-17task_work: cleanup notification modesGravatar Jens Axboe 4-13/+23
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 2-4/+1
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 2-8/+9
2020-10-16Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-1/+1
2020-10-16Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+4
2020-10-16Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 8-34/+68
2020-10-16Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 21-53/+118
2020-10-16kernel/relay.c: drop unneeded initializationGravatar Sudip Mukherjee 1-1/+1
2020-10-16panic: dump registers on panic_on_warnGravatar Alexey Kardashevskiy 1-6/+6
2020-10-16kernel: acct.c: fix some kernel-doc nitsGravatar Randy Dunlap 1-5/+3
2020-10-16kernel/: fix repeated words in commentsGravatar Randy Dunlap 15-15/+15
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Gravatar Liao Pingfang 1-1/+1
2020-10-16kernel.h: split out min()/max() et al. helpersGravatar Andy Shevchenko 1-1/+2
2020-10-16mm: use helper function put_write_access()Gravatar Miaohe Lin 1-1/+1
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()Gravatar David Hildenbrand 1-3/+2
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...Gravatar David Hildenbrand 1-0/+60
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDGravatar David Hildenbrand 1-1/+1
2020-10-16kernel/resource: make release_mem_region_adjustable() never failGravatar David Hildenbrand 1-21/+28
2020-10-16tracing: Remove __init from __trace_early_add_new_event()Gravatar Masami Hiramatsu 1-1/+1
2020-10-16workqueue: fix a kernel-doc warningGravatar Mauro Carvalho Chehab 1-0/+3
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 45-703/+4920
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 23-245/+736
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1