aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-08checkpatch: improve GIT_COMMIT_ID testJoe Perches1-31/+51
2021-09-08checkpatch: make email address check case insensitiveMimi Zohar1-2/+2
2021-09-08checkpatch: support wide stringsJoe Perches1-3/+4
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko13-20/+20
2021-09-08lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap1-2/+6
2021-09-08lib/dump_stack: correct kernel-doc notationRandy Dunlap1-1/+2
2021-09-08lib/test: convert test_sort.c to use KUnitDaniel Latypov2-23/+22
2021-09-08math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven1-2/+1
2021-09-08math: make RATIONAL tristateGeert Uytterhoeven2-1/+4
2021-09-08Documentation/llvm: update IRC locationNathan Chancellor1-1/+1
2021-09-08Documentation/llvm: update mailing listNathan Chancellor1-1/+2
2021-09-08MAINTAINERS: update ClangBuiltLinux mailing listNathan Chancellor1-2/+2
2021-09-08profiling: fix shift-out-of-bounds bugsPavel Skripkin1-10/+11
2021-09-08kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang1-1/+1
2021-09-08phy/drivers/stm32: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08mtd/drivers/nand: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08i2c/drivers/ov02q10: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08iio/drivers/hid-sensor: use HZ macrosDaniel Lezcano1-2/+1
2021-09-08hwmon/drivers/mr75203: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08iio/drivers/as73211: use HZ macrosDaniel Lezcano1-2/+1
2021-09-08devfreq: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08thermal/drivers/devfreq_cooling: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08units: add the HZ macrosDaniel Lezcano1-0/+4
2021-09-08units: change from 'L' to 'UL'Daniel Lezcano1-3/+3
2021-09-08include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko1-1/+1
2021-09-08arch: Kconfig: fix spelling mistake "seperate" -> "separate"Colin Ian King1-1/+1
2021-09-08connector: send event on write to /proc/[pid]/commOhhoon Kwon1-1/+4
2021-09-08proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig1-14/+4
2021-09-08percpu: remove export of pcpu_base_addrGreg Kroah-Hartman1-1/+0
2021-09-08alpha: pci-sysfs: fix all kernel-doc warningsRandy Dunlap1-4/+8
2021-09-08alpha: agp: make empty macros use do-while-0 styleRandy Dunlap1-2/+2
2021-09-08MAINTAINERS: update for DAMONSeongJae Park1-0/+11
2021-09-08mm/damon: add user space selftestsSeongJae Park3-0/+110
2021-09-08mm/damon: add kunit testsSeongJae Park7-0/+760
2021-09-08Documentation: add documents for DAMONSeongJae Park9-0/+510
2021-09-08mm/damon/dbgfs: support multiple contextsSeongJae Park1-2/+193
2021-09-08mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park1-2/+35
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park5-0/+457
2021-09-08mm/damon: add a tracepointSeongJae Park2-1/+49
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park4-0/+687
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park7-19/+27
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park2-17/+237
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park2-7/+213
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park6-0/+508
2021-09-08kfence: test: fail fast if disabled at bootMarco Elver1-0/+3
2021-09-08kfence: show cpu and timestamp in alloc/free infoMarco Elver4-51/+71
2021-09-08mm/secretmem: use refcount_t instead of atomic_tJordy Zomer1-4/+5
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song4-5/+7
2021-09-08mm: in_irq() cleanupChangbin Du2-2/+2
2021-09-08highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior1-5/+22
2021-09-08mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang2-11/+0
2021-09-08mm: don't allow executable ioremap mappingsChristoph Hellwig1-1/+1
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig4-34/+19
2021-09-08riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig1-1/+1
2021-09-08mm: remove redundant compound_head() callingMuchun Song2-6/+7
2021-09-08mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin1-3/+1
2021-09-08mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand3-4/+89
2021-09-08mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand3-12/+57
2021-09-08virtio-mem: use a single dynamic memory group for a single virtio-mem deviceDavid Hildenbrand1-3/+19
2021-09-08dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand1-8/+32
2021-09-08ACPI: memhotplug: use a single static memory group for a single memory deviceDavid Hildenbrand1-5/+30
2021-09-08mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand4-14/+34
2021-09-08drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand4-6/+215
2021-09-08mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand1-0/+191
2021-09-08mm: track present early pages per zoneDavid Hildenbrand5-11/+29
2021-09-08ACPI: memhotplug: memory resources cannot be enabled yetDavid Hildenbrand1-4/+0
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand6-31/+30
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand10-22/+11
2021-09-08mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2-4/+4
2021-09-08mm: memory_hotplug: cleanup after removal of pfn_valid_within()Mike Rapoport1-6/+3
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport8-75/+11
2021-09-08memory-hotplug.rst: complete admin-guide overhaulDavid Hildenbrand1-306/+455
2021-09-08memory-hotplug.rst: remove locking details from admin-guideDavid Hildenbrand1-39/+0
2021-09-08hugetlbfs: s390 is always 64bitDavid Hildenbrand2-2/+2
2021-09-08fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+6
2021-09-08Makefile: use -Wno-main in the full kernel treeRandy Dunlap1-0/+2
2021-09-08Merge tag 'asoc-fix-v5.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai9-39/+47
2021-09-08time: Handle negative seconds correctly in timespec64_to_ns()Lukas Hannen1-2/+7
2021-09-08Merge branches 'acpi-pm' and 'acpi-docs'Rafael J. Wysocki2-52/+64
2021-09-08Merge branch 'pm-opp'Rafael J. Wysocki18-639/+757
2021-09-08Merge branch 'pm-cpufreq'Rafael J. Wysocki21-128/+684
2021-09-08io-wq: fix cancellation on create-worker failurePavel Begunkov1-9/+20
2021-09-08s390/ftrace: remove incorrect __va usageHeiko Carstens1-2/+2
2021-09-08s390/zcrypt: remove incorrect kernel doc indicatorsHeiko Carstens6-48/+48
2021-09-08scsi: zfcp: fix kernel doc commentsHeiko Carstens4-6/+6
2021-09-08s390/sclp: add __nonstring annotationHeiko Carstens1-1/+1
2021-09-08IB/hfi1: make hist staticchongjiapeng1-1/+1
2021-09-08RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker1-2/+2
2021-09-08IB/qib: Fix null pointer subtraction compiler warningJason Gunthorpe1-1/+3
2021-09-08RDMA/mlx5: Fix xlt_chunk_align calculationNiklas Schnelle1-1/+1
2021-09-08RDMA/mlx5: Fix number of allocated XLT entriesNiklas Schnelle1-1/+1
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds100-1555/+3860
2021-09-07kbuild: Only default to -Werror if COMPILE_TESTMarco Elver1-1/+1
2021-09-07tracing: Fix some alloc_event_probe() error handling bugsDan Carpenter1-2/+3
2021-09-07blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu1-1/+13
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds89-389/+1066
2021-09-07Merge tag 'linux-watchdog-5.15-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds17-318/+213
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds120-1605/+2891
2021-09-07putname(): IS_ERR_OR_NULL() is wrong hereAl Viro1-1/+1
2021-09-07namei: Standardize callers of filename_create()Stephen Brennan1-17/+15
2021-09-07Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2021-09-07namei: Standardize callers of filename_lookup()Stephen Brennan2-18/+20
2021-09-07Merge tag 'ntb-5.15' of git://github.com/jonmason/ntbLinus Torvalds7-38/+11
2021-09-07rename __filename_parentat() to filename_parentat()Al Viro1-9/+9
2021-09-07Merge tag 'rproc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds8-90/+96
2021-09-07namei: Fix use after free in kern_path_lockedStephen Brennan1-15/+14
2021-09-07Merge tag 'backlight-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-46/+83
2021-09-07Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds37-120/+1906
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-447/+752
2021-09-07PM: sleep: core: Avoid setting power.must_resume to falsePrasad Sodagudi1-1/+1
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-80/+214
2021-09-07Documentation: power: include kernel-doc in Energy Model docLukasz Luba1-3/+12
2021-09-07PM: EM: fix kernel-doc commentsLukasz Luba1-4/+4
2021-09-07cpufreq: intel_pstate: hybrid: Rework HWP calibrationRafael J. Wysocki1-114/+71
2021-09-07ACPI: CPPC: Introduce cppc_get_nominal_perf()Rafael J. Wysocki2-16/+36
2021-09-07ACPI: scan: Remove unneeded header linux/nls.hKari Argillander1-1/+0
2021-09-07PM: sleep: wakeirq: drop useless parameter from dev_pm_attach_wake_irq()Sergey Shtylyov1-7/+4
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds10-728/+387
2021-09-07cxl/registers: Fix Documentation warningDan Williams2-2/+15
2021-09-07cxl/pmem: Fix Documentation warningDan Williams2-3/+29
2021-09-07cxl/uapi: Fix defined but not used warningsBen Widawsky1-1/+1
2021-09-07cxl/pci: Fix debug message in cxl_probe_regs()Li Qiang (Johnny Li)1-2/+2
2021-09-07cxl/pci: Fix lockdown levelDan Williams1-1/+1
2021-09-07cxl/acpi: Do not add DSDT disabled ACPI0016 host bridge portsAlison Schofield1-4/+8
2021-09-07Revert "memcg: enable accounting for pollfd and select bits arrays"Linus Torvalds1-2/+2
2021-09-07Revert "memcg: enable accounting for file lock caches"Linus Torvalds1-4/+2
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds4-20/+15
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig7-9/+8
2021-09-07block: split out operations on block special filesChristoph Hellwig4-638/+643
2021-09-07Merge tag 'nvme-5.15-2021-09-07' of git://git.infradead.org/nvme into block-5.15Jens Axboe10-31/+132
2021-09-07blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin1-0/+1
2021-09-07block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa1-2/+7
2021-09-07Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki5-1/+448
2021-09-07Revert "cpufreq: intel_pstate: Process HWP Guaranteed change notification"Rafael J. Wysocki1-39/+0
2021-09-07ieee802154: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-09-07Merge branch 'stmmac-wol-fix'David S. Miller3-18/+103
2021-09-07net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang1-18/+18
2021-09-07net: phylink: add suspend/resume supportRussell King (Oracle)2-0/+85
2021-09-07net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-09-07btrfs: zoned: fix double counting of split ordered extentNaohiro Aota1-0/+8
2021-09-07btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik3-11/+30
2021-09-07btrfs: update the bdev time directly when closingJosef Bacik1-8/+10
2021-09-07btrfs: use correct header for div_u64 in misc.hKari Argillander1-1/+1
2021-09-07btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-24/+24
2021-09-07s390/hmcdrv_ftp: fix kernel doc commentHeiko Carstens1-1/+1
2021-09-07s390: remove xpram device driverHeiko Carstens5-430/+0
2021-09-07s390/pci: read clp_list_pci_req only oncePierre Morel1-1/+1
2021-09-07s390/pci: fix clp_get_state() handling of -ENODEVNiklas Schnelle1-2/+5
2021-09-07s390/cio: fix kernel doc commentHeiko Carstens1-1/+1
2021-09-07s390/ctrlchar: fix kernel doc commentHeiko Carstens1-5/+6
2021-09-07s390/con3270: use proper type for tasklet functionHeiko Carstens1-3/+4
2021-09-07s390/cpum_cf: move array from header to C fileHeiko Carstens2-7/+8
2021-09-07s390/mm: fix kernel doc commentsHeiko Carstens2-8/+7
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle3-8/+15
2021-09-07s390/unwind: use current_frame_address() to unwind current taskVasily Gorbik2-14/+14
2021-09-07ALSA: gus: Fix repeated probe for ISA interwave cardTakashi Iwai1-30/+31
2021-09-07ALSA: gus: Fix repeated probes of snd_gus_create()Takashi Iwai1-13/+31
2021-09-07bonding: 3ad: pass parameter bond_params by referenceColin Ian King1-4/+4
2021-09-07Merge tag 'linux-can-fixes-for-5.15-20210907' of git://git.kernel.org/pub/scm...David S. Miller2-4/+2
2021-09-07Merge tag 'wireless-drivers-2021-09-07' of git://git.kernel.org/pub/scm/linux...David S. Miller4-4/+9
2021-09-07cxgb3: fix oops on module removalHeiner Kallweit1-0/+3
2021-09-07mfd: lpc_sch: Rename GPIOBASE to prevent build errorRandy Dunlap1-2/+2
2021-09-07mfd: syscon: Use of_iomap() instead of ioremap()Hector Martin1-1/+1
2021-09-07dma-buf: DMABUF_SYSFS_STATS should depend on DMA_SHARED_BUFFERGeert Uytterhoeven1-1/+1
2021-09-07dma-buf: DMABUF_DEBUG should depend on DMA_SHARED_BUFFERGeert Uytterhoeven1-0/+1
2021-09-07can: c_can: fix null-ptr-deref on ioctl()Tong Zhang1-3/+1
2021-09-07can: rcar_canfd: add __maybe_unused annotation to silence warningMarc Kleine-Budde1-1/+1
2021-09-06Input: mms114 - support MMS134SLinus Walleij1-4/+11
2021-09-06Input: elan_i2c - reduce the resume time for controller in Whiteboxjingle.wu2-1/+3
2021-09-07ALSA: vx222: fix null-ptr-derefTong Zhang1-0/+1
2021-09-06libata: pass over maintainership to Damien Le MoalJens Axboe1-2/+2
2021-09-06docs: pdfdocs: Fix typo in CJK-language specific font settingsAkira Yokosawa1-2/+2
2021-09-06thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds1-17/+81
2021-09-06lib/test_scanf: split up number parsing test routinesLinus Torvalds1-8/+71
2021-09-06iwl: fix debug printf format stringsLinus Torvalds1-2/+2
2021-09-06Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds5-36/+70
2021-09-06Merge tag 'misc-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-09-06Merge tag 'libata-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+35
2021-09-06Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds3-183/+323
2021-09-06don't make the syscall checking produce errors from warningsStephen Rothwell1-1/+1
2021-09-06net: wwan: iosm: Unify IO accessors used in the driverAndy Shevchenko1-10/+12
2021-09-06net: wwan: iosm: Replace io.*64_lo_hi() with regular accessorsAndy Shevchenko1-4/+4
2021-09-06net: qcom/emac: Replace strlcpy with strscpyJason Wang1-1/+1
2021-09-06ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn1-2/+0
2021-09-06kernel: debug: Convert to SPDX identifierCai Huoqing2-8/+2
2021-09-06KVM: Drop unused kvm_dirty_gfn_invalid()Peter Xu1-5/+0
2021-09-06net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng2-2/+2
2021-09-06Merge branch 'bonding-fix'David S. Miller2-16/+69
2021-09-06selftests/bpf: Test XDP bonding nest and unwindJussi Maki1-10/+64
2021-09-06bonding: Fix negative jump label count on nested bondingJussi Maki1-6/+5
2021-09-06MAINTAINERS: add VM SOCKETS (AF_VSOCK) entryStefano Garzarella1-7/+13
2021-09-06stmmac: dwmac-loongson:Fix missing return valuezhaoxiao1-1/+3
2021-09-06fuse: remove unused arg in fuse_write_file_get()Miklos Szeredi1-9/+6
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi3-0/+100
2021-09-06Documentation: Add documentation for VDUSEXie Yongji3-5/+234
2021-09-06vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji6-0/+1969
2021-09-06vduse: Implement an MMU-based software IOTLBXie Yongji2-0/+618
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji7-19/+117
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji1-20/+35