aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-02xen: simplify sysctl registration for balloon20230302-sysctl-testingLuis Chamberlain1-19/+1
2023-03-02tty: simplify sysctl registrationLuis Chamberlain1-19/+1
2023-03-02sgi-xp: simplify sysctl registrationLuis Chamberlain1-14/+10
2023-03-02md: simplify sysctl registrationLuis Chamberlain1-21/+1
2023-03-02hv: simplify sysctl registrationLuis Chamberlain1-10/+1
2023-03-02ipmi: simplify sysctl registrationLuis Chamberlain1-15/+1
2023-03-02scsi: simplify sysctl registration with register_sysctl()Luis Chamberlain1-15/+1
2023-03-02proc_sysctl: deprecate register_sysctl_paths()Luis Chamberlain2-32/+9
2023-03-02csky: simplify alignment sysctl registrationLuis Chamberlain1-14/+1
2023-03-02fs-verity: simplify sysctls with register_sysctl()Luis Chamberlain1-8/+1
2023-03-02kernel: pid_namespace: simplify sysctls with register_sysctl()Luis Chamberlain2-4/+2
2023-03-02seccomp: simplify sysctls with register_sysctl_init()Luis Chamberlain1-14/+1
2023-03-02yama: simplfy sysctls with register_sysctl()Luis Chamberlain1-7/+1
2023-03-02loadpin: simplify sysctls use with register_sysctl()Luis Chamberlain1-7/+1
2023-03-02apparmor: simplify sysctls with register_sysctl_init()Luis Chamberlain1-7/+1
2023-03-02sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain1-4/+1
2023-03-02proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain1-24/+32
2023-03-01proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain1-3/+11
2023-03-01Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-6/+17
2023-03-01power: supply: qcom_battmgr: remove bogus do_div()Arnd Bergmann1-2/+1
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds9-239/+150
2023-03-01Merge tag 'sh-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+5
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds47-130/+2665
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-111/+268
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds24-168/+274
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-36/+63
2023-03-01Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+2
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-60/+101
2023-02-28Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds36-1243/+1536
2023-02-28Merge tag 'i3c/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2-2/+4
2023-02-28Merge tag 'docs-6.3-2' of git://git.lwn.net/linuxLinus Torvalds6-15/+72
2023-02-28i3c: master: dw: stop hardcoding initial speedJack Chen1-2/+3
2023-02-28Merge tag 'pwm/for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-90/+302
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds10-146/+247
2023-02-28exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo1-10/+8
2023-02-28exfat: don't print error log in normal caseYuezhang Mo1-2/+3
2023-02-28exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo1-8/+1
2023-02-27vc_screen: don't clobber return value in vcs_readThomas Weißschuh1-3/+4
2023-02-27vfs: avoid duplicating creds in faccessat if possibleMateusz Guzik1-1/+37
2023-02-27capability: add cap_isidenticalMateusz Guzik1-0/+10
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-928/+1090
2023-02-27vc_screen: modify vcs_size() handling in vcs_read()George Kennedy1-3/+1
2023-02-27kunit: Fix 'hooks.o' build by recursing into kunitDavid Gow2-9/+5
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds72-318/+546
2023-02-27SUNRPC: Properly terminate test case arraysChuck Lever1-0/+5
2023-02-27SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever1-6/+12
2023-02-27tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2023-02-27net: phy: c45: fix network interface initialization failures on xtensa, arm:c...Oleksij Rempel1-1/+1
2023-02-27xen-netback: remove unused variables pending_idx and indexTom Rix1-5/+0
2023-02-27Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-3/+4
2023-02-27Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-23/+21
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds156-1337/+10055
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-62/+225
2023-02-27Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds56-236/+922
2023-02-27Merge tag 'dma-mapping-6.3-2022-02-27' of git://git.infradead.org/users/hch/d...Linus Torvalds2-14/+2
2023-02-27Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+27
2023-02-27Merge tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+5
2023-02-27Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linuxLinus Torvalds1-1/+1
2023-02-27xfs: restore old agirotor behaviorxfs-6.3-merge-4Darrick J. Wong1-1/+2
2023-02-27Merge tag 'samsung-dt-fixes-6.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann6-14/+12
2023-02-27ARM: dts: spear320-hmi: correct STMPE GPIO compatibleKrzysztof Kozlowski1-1/+1
2023-02-27ARM: dts: aspeed: p10bmc: Update battery node nameEddie James3-3/+3
2023-02-27arm64: defconfig: Add IOSCHED_BFQ to the default configsLinus Walleij1-0/+1
2023-02-27arm64: defconfig: Fix unintentional disablement of PCI on i.MXMark Brown1-1/+1
2023-02-27net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela1-2/+2
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon3-25/+81
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo4-9/+5
2023-02-27exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-02-27exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo1-1/+1
2023-02-27exfat: fix unexpected EOF while reading dirYuezhang Mo1-4/+1
2023-02-27sh: clk: Fix clk_enable() to return 0 on NULL clkGeert Uytterhoeven1-1/+1
2023-02-27sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher1-1/+4
2023-02-26Merge tag 'rproc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds38-912/+3738
2023-02-26Merge tag 'rpmsg-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds10-153/+312
2023-02-26Merge tag 'hwlock-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2-1/+6
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds79-1777/+2873
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds341-26765/+10957
2023-02-26Documentation: simplify and clarify DCO contribution example languageLinus Torvalds1-1/+1
2023-02-26net: dsa: ocelot_ext: remove unnecessary phylink.h includeRussell King (Oracle)1-1/+0
2023-02-26Merge branch 'net-ocelot-switch-regressions'David S. Miller6-9/+12
2023-02-26net: mscc: ocelot: fix duplicate driver name errorVladimir Oltean2-2/+2
2023-02-26net: dsa: felix: fix internal MDIO controller resource lengthVladimir Oltean1-1/+1
2023-02-26net: dsa: seville: ignore mscc-miim read errors from Lynx PCSVladimir Oltean3-6/+9
2023-02-26Merge branch 'net-sched-action-bind'David S. Miller3-58/+77
2023-02-26net/sched: act_sample: fix action bind logicPedro Tammela1-2/+9
2023-02-26net/sched: act_mpls: fix action bind logicPedro Tammela1-29/+37
2023-02-26net/sched: act_pedit: fix action bind logicPedro Tammela1-27/+31
2023-02-26wifi: wext: warn about usage only onceJohannes Berg1-2/+2
2023-02-26wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queueLorenzo Bianconi1-0/+1
2023-02-26qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt1-14/+7
2023-02-26Merge tag 'mlx5-fixes-2023-02-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller10-8/+40
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin3-0/+16
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller3-6/+4
2023-02-26net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor1-1/+1
2023-02-26media: imx-mipi-csis: Check csis_fmt validity before useMarek Vasut1-0/+3
2023-02-26media: v4l2-subdev.c: clear stream fieldHans Verkuil1-0/+15
2023-02-26kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_installMasahiro Yamada1-2/+2
2023-02-26docs: kbuild: remove description of KBUILD_LDS_MODULESangmoon Kim1-4/+0
2023-02-26.gitattributes: use 'dts' diff driver for *.dtso filesMasahiro Yamada1-4/+4
2023-02-26kbuild: deb-pkg: improve the usability of source packageMasahiro Yamada2-5/+20
2023-02-26kbuild: deb-pkg: fix binary-arch and clean in debian/rulesMasahiro Yamada1-4/+2
2023-02-26kbuild: tar-pkg: use tar rules in scripts/Makefile.packageMasahiro Yamada2-57/+24
2023-02-26kbuild: make perf-tar*-src-pkg work without relying on gitMasahiro Yamada1-33/+64
2023-02-26kbuild: deb-pkg: switch over to source format 3.0 (quilt)Masahiro Yamada2-24/+19
2023-02-26kbuild: deb-pkg: make .orig tarball a hard link if possibleMasahiro Yamada1-1/+5
2023-02-26kbuild: deb-pkg: hide KDEB_SOURCENAME from MakefileMasahiro Yamada2-9/+16
2023-02-26kbuild: srcrpm-pkg: create source package without cleaningMasahiro Yamada2-32/+8
2023-02-26kbuild: rpm-pkg: build binary packages from source rpmMasahiro Yamada1-5/+3
2023-02-26kbuild: deb-pkg: create source package without cleaningMasahiro Yamada2-6/+66
2023-02-25mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett1-0/+1
2023-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds249-6313/+19934
2023-02-25Merge tag 'mailbox-v6.3' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds8-164/+197
2023-02-25Merge tag 'mtd/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds33-935/+782
2023-02-25Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds116-883/+810
2023-02-25i3c: transfer pid from boardinfo to device infoJack Chen1-0/+1
2023-02-25Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds8-185/+96
2023-02-25Merge tag 'kcsan.2023.02.24a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-02-25Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds3-6/+6
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds26-154/+217
2023-02-25ext4: fix incorrect options show of original mount_opt and extend mount_opt2Zhang Yi2-7/+22
2023-02-25ext4: Fix possible corruption when moving a directoryJan Kara1-1/+10
2023-02-25ext4: init error handle resource before init group descriptorsYe Bin1-12/+7
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds33-422/+756
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds47-502/+3535
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds200-2928/+7274
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds51-626/+1463
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds113-1582/+3850
2023-02-25Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds35-144/+136
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds60-740/+3788
2023-02-25Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-25/+130
2023-02-25selftests/ftrace: Add LoongArch kprobe args string tests supportQing Zhang2-0/+7
2023-02-25selftests/seccomp: Add LoongArch selftesting supportHuacai Chen1-0/+6
2023-02-25tools: Add LoongArch build infrastructureHuacai Chen2-1/+19
2023-02-25samples/kprobes: Add LoongArch supportTiezhu Yang1-0/+8
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang5-0/+21
2023-02-25LoongArch: Add kprobes on ftrace supportTiezhu Yang2-0/+65
2023-02-25LoongArch: Add kretprobes supportTiezhu Yang5-1/+128
2023-02-25LoongArch: Add kprobes supportTiezhu Yang7-6/+466
2023-02-25LoongArch: Simulate branch and PC* instructionsTiezhu Yang3-0/+129
2023-02-25LoongArch: ptrace: Add hardware single step supportQing Zhang7-10/+186
2023-02-25LoongArch: ptrace: Add function argument access APIQing Zhang2-0/+35
2023-02-25LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang3-0/+413
2023-02-25LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang9-22/+713
2023-02-25LoongArch: kdump: Add crashkernel=YM handlingYouling Tang1-3/+11
2023-02-25LoongArch: kdump: Add single kernel image implementationYouling Tang5-16/+5
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang4-6/+179
2023-02-25LoongArch: Add support for kernel relocationYouling Tang8-2/+173
2023-02-25LoongArch: Add la_abs macro implementationYouling Tang4-12/+16
2023-02-25LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang3-11/+15
2023-02-25LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao5-50/+48
2023-02-25LoongArch: Make -mstrict-align configurableHuacai Chen4-3/+34
2023-02-25LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Tiezhu Yang1-5/+6
2023-02-25LoongArch: Fix Chinese comma in cpu.hJinyang He1-1/+1
2023-02-25Merge 'pci/enumeration' into loongarch-nextHuacai Chen5-37/+63
2023-02-24alpha: in_irq() cleanupChangbin Du1-1/+1
2023-02-24alpha: lazy FPU switchingAl Viro9-119/+192
2023-02-24alpha/boot/misc: trim unused declarationsAl Viro1-2/+0
2023-02-24alpha/boot/tools/objstrip: fix the check for ELF headerAl Viro1-1/+1
2023-02-24alpha/boot: fix the breakage from -isystem series...Al Viro4-5/+5
2023-02-24alpha: fix FEN fault handlingAl Viro1-15/+15
2023-02-24alpha: Avoid comma separated statementsJoe Perches1-3/+5
2023-02-24alpha: fixed a typo in core_cia.crj11-1/+1
2023-02-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+6
2023-02-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-20/+41
2023-02-24Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds7-23/+21
2023-02-24Merge branch 'work.sysv' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-88/+111
2023-02-24Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-92/+91
2023-02-24ibmvnic: Assign XPS map to correct queue indexNick Child1-2/+2
2023-02-24docs: net: fix inaccuracies in msg_zerocopy.rstnick black1-3/+3
2023-02-24Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-167/+207
2023-02-24Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds69-1495/+6574
2023-02-24Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds88-445/+2119
2023-02-24Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds37-396/+2128
2023-02-24Merge tag 'for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds42-233/+2909
2023-02-24Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds66-811/+1570
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds65-1597/+2112
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds27-134/+243
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds63-646/+2493
2023-02-24Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds102-825/+2336
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds182-1186/+1532
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds290-1959/+12531
2023-02-24Merge tag 'staging-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds72-2666/+1330
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds104-1283/+2908
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds199-2208/+11847
2023-02-24Merge branch 'tools-ynl-gen-fix-glitches-found-by-chuck'Jakub Kicinski3-4/+3
2023-02-24tools: net: add __pycache__ to gitignoreJakub Kicinski1-0/+1
2023-02-24tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski1-3/+1
2023-02-24tools: ynl-gen: fix single attribute structs with attr 0 onlyJakub Kicinski1-1/+1
2023-02-24cifs: Fix cifs_writepages_region()David Howells1-1/+2
2023-02-24net/mlx5: Geneve, Fix handling of Geneve object id as error codeMaor Dickman1-0/+1
2023-02-24net/mlx5e: Verify flow_source cap before using itRoi Dayan1-1/+2
2023-02-24net/mlx5: ECPF, wait for VF pages only after disabling host PFsMaher Sanalla2-0/+8
2023-02-24mlx5: fix possible ptp queue fifo use-after-freeVadim Fedorenko4-1/+22
2023-02-24mlx5: fix skb leak while fifo resync and pushVadim Fedorenko2-3/+5
2023-02-24net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create()Yang Yingliang1-1/+1
2023-02-24net/mlx5: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-02-24fs/9p: fix error reporting in v9fs_dir_releaseEric Van Hensbergen1-3/+4
2023-02-24net/9p: fix bug in client create for .LEric Van Hensbergen1-1/+1
2023-02-249p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao1-3/+12
2023-02-249p/xen: fix connection sequenceJuergen Gross1-15/+23