index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-30
perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
Marco Elver
1
-1
/
+0
2022-08-30
perf/hw_breakpoint: Optimize list of per-task breakpoints
Marco Elver
1
-1
/
+2
2022-08-30
perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in test
Marco Elver
1
-0
/
+3
2022-08-30
soundwire: bus: allow device number to be unique at system level
Pierre-Louis Bossart
1
-0
/
+4
2022-08-29
Merge tag '20220825043859.30066-3-manivannan.sadhasivam@linaro.org' into drivers-for-6.1
Bjorn Andersson
1
-0
/
+30
2022-08-29
soc: qcom: llcc: Pass LLCC version based register offsets to EDAC driver
Manivannan Sadhasivam
1
-0
/
+30
2022-08-29
soc: qcom: qmi: use const for struct qmi_elem_info
Jeff Johnson
1
-10
/
+10
2022-08-29
tracing: Define the is_signed_type() macro once
Bart Van Assche
3
-3
/
+6
2022-08-29
ethernet: Add helpers to recognize addresses mapped to IP multicast
Casper Andersson
1
-0
/
+22
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-08-29
x86/earlyprintk: Clean up pciserial
Peter Zijlstra
1
-0
/
+3
2022-08-28
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-5
/
+23
2022-08-28
Revert "memcg: cleanup racy sum avoidance code"
Shakeel Butt
1
-2
/
+13
2022-08-28
mm: re-allow pinning of zero pfns (again)
Alex Williamson
1
-3
/
+10
2022-08-28
lib/string_helpers: Add str_read_write() helper
Andy Shevchenko
1
-0
/
+5
2022-08-28
units: complement the set of Hz units
Dmitry Rokosov
1
-0
/
+3
2022-08-27
perf/core: Add speculation info to branch entries
Sandipan Das
1
-0
/
+1
2022-08-26
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
2
-6
/
+1
2022-08-26
cgroup: Homogenize cgroup_get_from_id() return value
Michal Koutný
1
-5
/
+0
2022-08-26
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
3
-5
/
+6
2022-08-26
lsm,io_uring: add LSM hooks for the new uring_cmd file op
Luis Chamberlain
3
-0
/
+9
2022-08-26
Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
David S. Miller
1
-4
/
+10
2022-08-26
platform/x86: asus-wmi: Implement TUF laptop keyboard power states
Luke D. Jones
1
-0
/
+3
2022-08-26
platform/x86: asus-wmi: Implement TUF laptop keyboard LED modes
Luke D. Jones
1
-0
/
+3
2022-08-26
platform/x86: asus-wmi: Support the GPU fan on TUF laptops
Luke D. Jones
1
-0
/
+1
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-65
/
+96
2022-08-26
ata: libata: Rename ATA_DFLAG_NCQ_PRIO_ENABLE
Damien Le Moal
1
-1
/
+1
2022-08-25
netdev: Use try_cmpxchg in napi_if_scheduled_mark_missed
Uros Bizjak
1
-2
/
+2
2022-08-25
Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-7
/
+18
2022-08-25
of/device: Fix up of_dma_configure_id() stub
Thierry Reding
1
-2
/
+3
2022-08-25
bpf: Introduce cgroup iter
Hao Luo
1
-0
/
+8
2022-08-25
platform/x86: asus-wmi: Add support for ROG X13 tablet mode
Luke D. Jones
1
-0
/
+1
2022-08-25
platform/x86: asus-wmi: Support the hardware GPU MUX on some laptops
Luke D. Jones
1
-0
/
+3
2022-08-25
platform/x86: pmc_atom: Amend comment style and grammar
Andy Shevchenko
1
-2
/
+2
2022-08-25
platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask
Andy Shevchenko
1
-2
/
+4
2022-08-25
wifi: cfg80211/mac80211: check EHT capability size correctly
Johannes Berg
1
-4
/
+10
2022-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-4
/
+0
2022-08-24
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
1
-0
/
+11
2022-08-24
mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Yosry Ahmed
1
-0
/
+1
2022-08-24
Merge tag 'thermal-v6.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Rafael J. Wysocki
1
-57
/
+28
2022-08-24
mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
Hyeonggon Yoo
1
-18
/
+5
2022-08-24
mm/slab_common: kmalloc_node: pass large requests to page allocator
Hyeonggon Yoo
1
-7
/
+19
2022-08-24
mm/slub: move kmalloc_large_node() to slab_common.c
Hyeonggon Yoo
1
-0
/
+4
2022-08-24
mm/slab_common: fold kmalloc_order_trace() into kmalloc_large()
Hyeonggon Yoo
1
-20
/
+2
2022-08-24
mm/slab_common: cleanup kmalloc_track_caller()
Hyeonggon Yoo
1
-9
/
+8
2022-08-24
mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
Hyeonggon Yoo
1
-28
/
+0
2022-08-24
net: Fix data-races around sysctl_devconf_inherit_init_net.
Kuniyuki Iwashima
1
-0
/
+9
2022-08-24
net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.
Kuniyuki Iwashima
1
-3
/
+8
2022-08-24
net: skb: prevent the split of kfree_skb_reason() by gcc
Menglong Dong
2
-1
/
+9
2022-08-24
platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs
Evan Green
1
-0
/
+1
[prev]
[next]