summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman
2022-10-20USB: allow some usb functions to take a const pointer.Greg Kroah-Hartman
2022-10-20driver core: allow kobj_to_dev() to take a const pointerGreg Kroah-Hartman
2022-10-20acl: remove a slew of now unused helpersChristian Brauner
2022-10-20xattr: use posix acl apiChristian Brauner
2022-10-20ovl: use posix acl apiChristian Brauner
2022-10-20acl: add vfs_remove_acl()Christian Brauner
2022-10-20acl: add vfs_get_acl()Christian Brauner
2022-10-20acl: add vfs_set_acl()Christian Brauner
2022-10-20evm: add post set acl hookChristian Brauner
2022-10-20integrity: implement get and set acl hookChristian Brauner
2022-10-20security: add get, remove and set acl hookChristian Brauner
2022-10-209p: implement get acl methodChristian Brauner
2022-10-20fs: add new get acl methodChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-10-19netlink: add support for formatted extack messagesEdward Cree
2022-10-19gpio: aspeed: Add missing header(s)Andy Shevchenko
2022-10-19firmware: xilinx: Add qspi firmware interfaceRajan Vaja
2022-10-19net: phylink: provide phylink_validate_mask_caps() helperRussell King (Oracle)
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-19x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst
2022-10-19signal/compat: Remove compat_sigset_t overrideBrian Gerst
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack
2022-10-18net: remove smc911x driverArnd Bergmann
2022-10-18Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski
2022-10-18rcu: Remove unused 'cpu' in rcu_virt_note_context_switch()Zeng Heng
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney
2022-10-18rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-10-18attr: use consistent sgid stripping checksChristian Brauner
2022-10-18ata: add ata_port_is_frozen() helperNiklas Cassel
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-18dma-buf: Remove obsoleted internal lockDmitry Osipenko
2022-10-18dma-buf: Add unlocked variant of attachment-mapping functionsDmitry Osipenko
2022-10-18dma-buf: Add unlocked variant of vmapping functionsDmitry Osipenko
2022-10-17pstore/ram: Move internal definitions out of kernel-wide includeKees Cook
2022-10-17fs: edit a comment made in bad tastePaul Moore
2022-10-17static_call: Add call depth tracking supportPeter Zijlstra
2022-10-17x86/Kconfig: Introduce function paddingThomas Gleixner
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra
2022-10-17counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_arrayWilliam Breathitt Gray
2022-10-17fbdev: MIPS supports iomem addressesKees Cook
2022-10-17Merge existing fixes from spi/for-6.1 into new branchMark Brown
2022-10-16of: declare string literals constChristian Göttsche
2022-10-16of/address: introduce of_address_count() helperYang Yingliang
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa