index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2024-09-05
pwm: Make info in traces about affected pwm more useful
Uwe Kleine-König
-4
/
+6
2024-09-05
netfs: Remove NETFS_COPY_TO_CACHE
David Howells
-4
/
+2
2024-09-05
netfs: Reserve netfs_sreq_source 0 as unset/unknown
David Howells
-0
/
+2
2024-09-05
netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
David Howells
-2
/
+2
2024-09-05
netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
David Howells
-0
/
+1
2024-09-05
netfs: Reduce number of conditional branches in netfs_perform_write()
David Howells
-2
/
+0
2024-09-05
drm/panthor: Add DEV_QUERY_TIMESTAMP_INFO dev query
Mary Guillemard
-0
/
+22
2024-09-05
drm/panthor: Restrict high priorities on group_create
Mary Guillemard
-1
/
+5
2024-09-04
Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
-16
/
+49
2024-09-04
ipv4: Fix user space build failure due to header change
Ido Schimmel
-2
/
+1
2024-09-04
net: mana: Improve mana_set_channels() in low mem conditions
Shradha Gupta
-1
/
+1
2024-09-04
PCI/NPEM: Add Native PCIe Enclosure Management support
Mariusz Tkaczyk
-0
/
+38
2024-09-04
Merge branch 'bpf/master' into for-6.12
Tejun Heo
-118
/
+344
2024-09-04
sched_ext: Add cgroup support
Tejun Heo
-0
/
+3
2024-09-04
sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enable
Tejun Heo
-0
/
+5
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
-1
/
+1
2024-09-05
Merge tag 'ib-psy-usb-types-signed' of git://git.kernel.org/pub/scm/linux/ker...
Chanwoo Choi
-2
/
+1
2024-09-04
KVM: Add arch hooks for enabling/disabling virtualization
Sean Christopherson
-0
/
+14
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
-2
/
+2
2024-09-04
fuse: allow idmapped mounts
Alexander Mikhalitsyn
-1
/
+19
2024-09-04
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
-0
/
+2
2024-09-04
namespace: introduce SB_I_NOIDMAP flag
Alexander Mikhalitsyn
-0
/
+1
2024-09-04
kvm: Note an RCU quiescent state on guest exit
Leonardo Bras
-3
/
+13
2024-09-04
ARM: 9416/1: amba: make amba_bustype constant
Kunwu Chan
-1
/
+1
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
-0
/
+2
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
-0
/
+40
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
-0
/
+6
2024-09-04
firewire: core: add local API to queue work item to workqueue specific to iso...
Takashi Sakamoto
-0
/
+1
2024-09-04
firewire: core: allocate workqueue to handle isochronous contexts in card
Takashi Sakamoto
-0
/
+2
2024-09-04
arm64/ptrace: add support for FEAT_POE
Joey Gouly
-0
/
+1
2024-09-04
arm64: re-order MTE VM_ flags
Joey Gouly
-2
/
+2
2024-09-04
mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
Joey Gouly
-6
/
+10
2024-09-04
net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
Souradeep Chakrabarti
-0
/
+2
2024-09-04
iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
Jason Gunthorpe
-0
/
+4
2024-09-03
sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEP
Tejun Heo
-1
/
+0
2024-09-04
gpio: davinci: drop platform data support
Bartosz Golaszewski
-21
/
+0
2024-09-03
mm: migrate: add isolate_folio_to_list()
Kefeng Wang
-0
/
+3
2024-09-03
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
-3
/
+3
2024-09-03
mm: store zero pages to be swapped out in a bitmap
Usama Arif
-0
/
+1
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
-23
/
+14
2024-09-03
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
-10
/
+18
2024-09-03
mm: remove page_has_private()
Matthew Wilcox (Oracle)
-10
/
+5
2024-09-03
mm: remove PageOwnerPriv1
Matthew Wilcox (Oracle)
-2
/
+0
2024-09-03
mm: remove PageMlocked
Matthew Wilcox (Oracle)
-5
/
+8
2024-09-03
mm: remove PageUnevictable
Matthew Wilcox (Oracle)
-3
/
+3
2024-09-03
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
-9
/
+4
2024-09-03
mm: remove PageReadahead
Matthew Wilcox (Oracle)
-2
/
+2
2024-09-03
mm: remove PageSwapBacked
Matthew Wilcox (Oracle)
-3
/
+3
2024-09-03
mm: remove PageActive
Matthew Wilcox (Oracle)
-2
/
+3
2024-09-03
mm: support only one page_type per page
Matthew Wilcox (Oracle)
-40
/
+28
[prev]
[next]