summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-09-24Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+17
2022-09-24device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko1-2/+2
2022-09-24mtd: allow getting MTD device associated with a specific DT nodeRafał Miłecki1-0/+1
2022-09-24Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman6-10/+13
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi2-2/+3
2022-09-24vfs: move open right after ->tmpfile()Miklos Szeredi1-0/+9
2022-09-24vfs: make vfs_tmpfile() staticMiklos Szeredi1-3/+0
2022-09-24vfs: add vfs_tmpfile_open() helperMiklos Szeredi1-0/+4
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo31-105/+177
2022-09-23ASoC: ssm2518: drop support for platform dataDmitry Torokhov1-21/+0
2022-09-23Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2022-09-23Merge tag 'qcom-drivers-for-6.1' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-10/+40
2022-09-23Merge tag 'v6.0-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-0/+4
2022-09-23Merge tag 'sunxi-drivers-for-6.1-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+1
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse1-1/+1
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse1-0/+1
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse1-0/+2
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse1-1/+17
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse1-0/+1
2022-09-23net: phylink: Adjust advertisement based on rate matchingSean Anderson1-1/+2
2022-09-23net: phylink: Adjust link settings based on rate matchingSean Anderson1-0/+5
2022-09-23net: phy: Add support for rate matchingSean Anderson1-1/+21
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson1-2/+2
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson1-0/+1
2022-09-23net: phylink: Document MAC_(A)SYM_PAUSESean Anderson1-0/+29
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse1-0/+23
2022-09-23mm/slub: enable debugging memory wasting of kmallocFeng Tang1-0/+2
2022-09-23net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim1-0/+8
2022-09-23net/mlx5: Add ifc bits for MACsec extended packet number (EPN) and replay pro...Emeel Hakim1-0/+29
2022-09-23net/mlx5: Fix fields name prefix in MACsecEmeel Hakim1-3/+3
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-17/+25
2022-09-22Merge tag 'soc-fixes-6.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse1-0/+8
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse1-0/+7
2022-09-22serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen1-0/+1
2022-09-22serial: 8250: Switch UART port flags to using BIT_ULLMaciej W. Rozycki1-14/+14
2022-09-22serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki1-1/+2
2022-09-22tty: remove TTY_DRIVER_MAGICнаб1-5/+0
2022-09-22tty: remove TTY_MAGICнаб1-6/+0
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse1-0/+1
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse1-0/+1
2022-09-22net: ethernet: mtk_eth_wed: add axi bus supportLorenzo Bianconi1-1/+10
2022-09-22net: ethernet: mtk_eth_wed: add wed support for mt7986 chipsetLorenzo Bianconi1-0/+8
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse1-2/+0
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse1-2/+0
2022-09-22counter: Realign counter_comp comment block to 80 charactersWilliam Breathitt Gray1-20/+20
2022-09-22drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld1-2/+3
2022-09-22fscrypt: work on block_devices instead of request_queuesChristoph Hellwig1-12/+9
2022-09-22fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers2-3/+3
2022-09-22bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa1-0/+6