index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-18
ring-buffer: Make wake once of ring_buffer_wait() more robust
Steven Rostedt (Google)
1
-13
/
+21
2024-03-17
ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...
linke li
1
-1
/
+1
2024-03-17
ring-buffer: Zero ring-buffer sub-buffers
Vincent Donnefort
1
-3
/
+6
2024-03-17
tracing: Move saved_cmdline code into trace_sched_switch.c
Steven Rostedt (Google)
3
-512
/
+528
2024-03-17
tracing: Move open coded processing of tgid_map into helper function
Steven Rostedt (Google)
1
-15
/
+23
2024-03-17
tracing: Have saved_cmdlines arrays all in one allocation
Steven Rostedt (Google)
1
-10
/
+8
2024-03-17
eventfs: Create eventfs_root_inode to store dentry
Steven Rostedt (Google)
2
-12
/
+55
2024-03-17
eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()
Steven Rostedt (Google)
1
-2
/
+3
2024-03-14
lsm: handle the NULL buffer case in lsm_fill_user_ctx()
Paul Moore
1
-1
/
+7
2024-03-14
lsm: use 32-bit compatible data types in LSM syscalls
Casey Schaufler
12
-41
/
+41
2024-03-13
pidfs: remove config option
Christian Brauner
8
-93
/
+78
2024-03-13
ALSA: usb-audio: Stop parsing channels bits when all channels are found.
Johan Carlsson
1
-1
/
+4
2024-03-13
Revert "mm: add arch hook to validate mmap() prot flags"
Catalin Marinas
2
-18
/
+0
2024-03-13
Revert "arm64: mm: add support for WXN memory translation attribute"
Catalin Marinas
7
-116
/
+2
2024-03-13
ALSA: hda/tas2781: remove unnecessary runtime_pm calls
Pierre-Louis Bossart
1
-3
/
+0
2024-03-13
ALSA: hda/realtek - ALC236 fix volume mute & mic mute LED on some HP models
Valentine Altair
1
-0
/
+1
2024-03-13
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
39
-68
/
+51
2024-03-12
PCI/ASPM: Update save_state when configuration changes
Vidya Sagar
1
-1
/
+33
2024-03-12
PCI/ASPM: Disable L1 before configuring L1 Substates
Bjorn Helgaas
2
-13
/
+22
2024-03-12
PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()
David E. Box
1
-7
/
+7
2024-03-12
PCI/ASPM: Save L1 PM Substates Capability for suspend/resume
David E. Box
5
-6
/
+119
2024-03-12
tracing/ring-buffer: Fix wait_on_pipe() race
Steven Rostedt (Google)
4
-19
/
+45
2024-03-12
ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
Steven Rostedt (Google)
2
-48
/
+69
2024-03-12
ring-buffer: Reuse rb_watermark_hit() for the poll logic
Steven Rostedt (Google)
1
-14
/
+7
2024-03-12
ring-buffer: Fix full_waiters_pending in poll
Steven Rostedt (Google)
1
-7
/
+20
2024-03-12
ring-buffer: Do not set shortest_full when full target is hit
Steven Rostedt (Google)
1
-3
/
+4
2024-03-12
auxdisplay: img-ascii-lcd: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+2
2024-03-12
auxdisplay: hd44780: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2024-03-12
auxdisplay: cfag12864bfb: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-03-12
Revert "x86/bugs: Use fixed addressing for VERW operand"
Dave Hansen
1
-1
/
+1
2024-03-12
dm: call the resume method on internal suspend
Mikulas Patocka
1
-6
/
+20
2024-03-12
dm raid: fix false positive for requeue needed during reshape
Ming Lei
1
-2
/
+2
2024-03-12
drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to header
Max Kellermann
2
-8
/
+15
2024-03-12
gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()
Dan Carpenter
1
-1
/
+5
2024-03-12
ALSA: aaci: Delete unused variable in aaci_do_suspend
Thomas Weißschuh
1
-1
/
+0
2024-03-12
platform/x86/intel/pmc: Improve PKGC residency counters debug
Kane Chen
2
-13
/
+41
2024-03-12
platform/x86: asus-wmi: Consider device is absent when the read is ~0
Kai-Heng Feng
1
-1
/
+11
2024-03-12
Documentation/x86/amd/hsmp: Updating urls
Erwan Velu
1
-3
/
+4
2024-03-12
platform/mellanox: mlxreg-hotplug: Remove redundant NULL-check
Daniil Dulov
1
-14
/
+0
2024-03-12
platform/x86/amd/pmf: Update sps power thermals according to the platform-pro...
Shyam Sundar S K
2
-0
/
+44
2024-03-12
platform/x86/amd/pmf: Add support to get sps default APTS index values
Shyam Sundar S K
3
-2
/
+148
2024-03-12
platform/x86/amd/pmf: Add support to get APTS index numbers for static slider
Shyam Sundar S K
3
-1
/
+90
2024-03-12
platform/x86/amd/pmf: Add support to notify sbios heart beat event
Shyam Sundar S K
3
-2
/
+66
2024-03-12
platform/x86/amd/pmf: Add support to get sbios requests in PMF driver
Shyam Sundar S K
2
-0
/
+18
2024-03-12
platform/x86/amd/pmf: Disable debugfs support for querying power thermals
Shyam Sundar S K
2
-2
/
+5
2024-03-12
platform/x86/amd/pmf: Differentiate PMF ACPI versions
Shyam Sundar S K
2
-2
/
+5
2024-03-12
x86/platform/atom: Check state of Punit managed devices on s2idle
Johannes Stezenbach
1
-1
/
+53
2024-03-12
platform/x86: pmc_atom: Check state of PMC clocks on s2idle
Hans de Goede
1
-0
/
+11
2024-03-12
platform/x86: pmc_atom: Check state of PMC managed devices on s2idle
Johannes Stezenbach
1
-0
/
+68
2024-03-12
platform/x86: pmc_atom: Annotate d3_sts register bit defines
Hans de Goede
1
-6
/
+6
[next]