index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-04
ACPI: platform_profile: Add support for hidden choices
Mario Limonciello
1
-0
/
+3
2025-03-04
x86/percpu: Fix __per_cpu_hot_end marker
Uros Bizjak
1
-2
/
+1
2025-03-04
x86/preempt: Move preempt count to percpu hot section
Brian Gerst
1
-0
/
+1
2025-03-04
percpu: Introduce percpu hot section
Brian Gerst
2
-0
/
+24
2025-03-04
Merge branch 'x86/asm' into x86/core, to pick up dependent commits
Ingo Molnar
5
-50
/
+15
2025-03-04
fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutex
Linus Torvalds
1
-2
/
+37
2025-03-04
Coresight: Add Coresight TMC Control Unit driver
Jie Gan
1
-1
/
+2
2025-03-04
Coresight: Change to read the trace ID from coresight_path
Jie Gan
1
-1
/
+1
2025-03-04
Coresight: Introduce a new struct coresight_path
Jie Gan
1
-0
/
+10
2025-03-04
sched_ext: Add trace point to track sched_ext core events
Changwoo Min
1
-0
/
+19
2025-03-04
tracing: Fix DECLARE_TRACE_CONDITION
Gabriele Monaco
1
-0
/
+7
2025-03-04
mm: Remove wait_on_page_locked()
Matthew Wilcox (Oracle)
1
-5
/
+0
2025-03-04
mm: Remove grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
1
-3
/
+0
2025-03-04
mm: Remove wait_for_stable_page()
Matthew Wilcox (Oracle)
1
-1
/
+0
2025-03-04
Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
5
-34
/
+74
2025-03-04
drivers: firewire: firewire-cdev.h: fix identation on a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+2
2025-03-04
include/asm-generic/io.h: fix kerneldoc markup
Mauro Carvalho Chehab
1
-3
/
+3
2025-03-04
ASoC: Tidy up SOC_DOUBLE_* and SOC_SINGLE_* helpers
Charles Keepax
2
-43
/
+26
2025-03-04
ftrace: Add print_function_args()
Sven Schnelle
1
-0
/
+5
2025-03-04
Tidy up ASoC VALUE control macros
Mark Brown
2
-55
/
+33
2025-03-04
drm/print: require struct drm_device for drm_err() and friends
Jani Nikula
1
-18
/
+23
2025-03-04
media: rc: reduce useless padding in struct rc_dev etc
Sean Young
1
-23
/
+23
2025-03-04
Coresight: Add trace_id function to retrieving the trace ID
Jie Gan
1
-0
/
+5
2025-03-04
Coresight: Add support for new APB clock name
Jie Gan
1
-2
/
+5
2025-03-04
irqchip/davinci-cp-intc: Remove public header
Bartosz Golaszewski
1
-25
/
+0
2025-03-04
Add STM32MP25 SPI NOR support
Mark Brown
34
-64
/
+258
2025-03-04
net: plumb extack in __dev_change_net_namespace()
Nicolas Dichtel
1
-2
/
+3
2025-03-04
net: advertise netns_immutable property via netlink
Nicolas Dichtel
1
-0
/
+1
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
1
-2
/
+2
2025-03-04
mtd: spinand: Add read retry support
Cheng Ming Lin
1
-0
/
+15
2025-03-04
gpiolib: of: Handle threecell GPIO chips
Linus Walleij
1
-1
/
+23
2025-03-04
Merge branch 'x86/cpu' into x86/asm, to pick up dependent commits
Ingo Molnar
37
-65
/
+233
2025-03-04
<linux/sizes.h>: Cover all possible x86 CPU cache sizes
Ahmed S. Darwish
1
-0
/
+8
2025-03-04
Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commits
Ingo Molnar
31
-45
/
+187
2025-03-04
x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn behavior
Josh Poimboeuf
1
-3
/
+3
2025-03-04
wait: avoid spurious calls to prepare_to_wait_event() in ___wait_event()
Mateusz Guzik
1
-0
/
+3
2025-03-04
pipe: cache 2 pages instead of 1
Mateusz Guzik
1
-1
/
+1
2025-03-04
perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimes
Peter Zijlstra
1
-2
/
+2
2025-03-04
perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_context::pmu_disable_count
Peter Zijlstra
1
-1
/
+1
2025-03-04
perf/core: Simplify perf_pmu_register()
Peter Zijlstra
1
-0
/
+17
2025-03-04
perf/core: Simplify the perf_event_alloc() error path
Peter Zijlstra
1
-7
/
+9
2025-03-04
fs: support getname_maybe_null() in move_mount()
Christian Brauner
1
-0
/
+1
2025-03-04
ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7
Maciej S. Szmigiero
1
-0
/
+1
2025-03-04
slab: Mark large folios for debugging purposes
Matthew Wilcox (Oracle)
1
-8
/
+10
2025-03-03
sock: add sock_kmemdup helper
Geliang Tang
1
-0
/
+2
2025-03-03
tcp: convert to dev_net_rcu()
Eric Dumazet
2
-2
/
+2
2025-03-03
tcp: add four drop reasons to tcp_check_req()
Eric Dumazet
1
-0
/
+9
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
1
-1
/
+1
2025-03-03
ipv4: fib: Namespacify fib_info hash tables.
Kuniyuki Iwashima
1
-0
/
+3
2025-03-03
ipv4: fib: Allocate fib_info_hash[] during netns initialisation.
Kuniyuki Iwashima
1
-0
/
+2
[prev]
[next]