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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()
Matthew Wilcox (Oracle)
1
-66
/
+63
2022-03-21
mm: Add folio_pincount_ptr()
Matthew Wilcox (Oracle)
1
-0
/
+5
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
2
-15
/
+13
2022-03-21
mm/gup: Remove an assumption of a contiguous memmap
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-03-21
Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"
Rob Herring
1
-10
/
+0
2022-03-21
NFSv4.1 provide mount option to toggle trunking discovery
Olga Kornievskaia
1
-0
/
+1
2022-03-21
headers/prep: Fix header to build standalone: <linux/psi.h>
Ingo Molnar
1
-0
/
+1
2022-03-20
bpf: Enable non-atomic allocations in local storage
Joanne Koong
1
-3
/
+4
2022-03-20
i2c: add tracepoints for I2C slave events
Jae Hyun Yoo
1
-6
/
+2
2022-03-18
clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()
Marek Vasut
1
-0
/
+3
2022-03-18
Merge tag 'spi-nor/for-5.18' into mtd/next
Miquel Raynal
40
-126
/
+272
2022-03-18
net: set default rss queues num to physical cores / 2
Íñigo Huguet
1
-1
/
+0
2022-03-18
Merge branch 'powercap'
Rafael J. Wysocki
1
-18
/
+18
2022-03-18
Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'
Rafael J. Wysocki
2
-5
/
+5
2022-03-18
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
1
-0
/
+5
2022-03-18
regmap: allow a defined reg_base to be added to every address
Colin Foster
1
-0
/
+3
2022-03-18
regmap: add configurable downshift for addresses
Colin Foster
1
-0
/
+3
2022-03-18
Merge branches 'acpi-soc', 'acpi-video' and 'acpi-apei'
Rafael J. Wysocki
3
-2
/
+17
2022-03-18
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-1
/
+1
2022-03-18
Merge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery'
Rafael J. Wysocki
1
-0
/
+4
2022-03-18
Merge branches 'acpica', 'acpi-osl', 'acpi-bus' and 'acpi-tables'
Rafael J. Wysocki
1
-0
/
+1
2022-03-18
ptrace: Return the signal to continue with from ptrace_stop
Eric W. Biederman
1
-6
/
+6
2022-03-18
ptrace: Move setting/clearing ptrace_message into ptrace_stop
Eric W. Biederman
1
-6
/
+3
2022-03-18
serial: 8250: fix XOFF/XON sending when DMA is used
Ilpo Järvinen
1
-0
/
+2
2022-03-18
Merge tag 'coresight-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-next
Greg Kroah-Hartman
1
-5
/
+0
2022-03-18
Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
5
-44
/
+81
2022-03-18
Merge tag 'mlx5-updates-2022-03-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-4
/
+0
2022-03-18
netfs: Keep track of the actual remote file size
David Howells
1
-0
/
+16
2022-03-18
netfs: Add a netfs inode context
David Howells
1
-11
/
+70
2022-03-18
netfs: Change ->init_request() to return an error code
David Howells
1
-1
/
+1
2022-03-18
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
1
-0
/
+7
2022-03-18
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
1
-1
/
+7
2022-03-18
netfs: Trace refcounting on the netfs_io_request struct
David Howells
1
-1
/
+1
2022-03-18
netfs: Finish off rename of netfs_read_request to netfs_io_request
David Howells
1
-11
/
+11
2022-03-18
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
1
-21
/
+21
2022-03-18
fscache: export fscache_end_operation()
Jeffle Xu
1
-0
/
+14
2022-03-18
kernfs: remove unneeded #if 0 guard
Greg Kroah-Hartman
1
-20
/
+0
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
2
-0
/
+8
2022-03-17
lib/sort: Add priv pointer to swap function
Jiri Olsa
2
-1
/
+2
2022-03-17
fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe
Masami Hiramatsu
2
-0
/
+15
2022-03-17
fprobe: Add exit_handler support
Masami Hiramatsu
1
-0
/
+6
2022-03-17
rethook: Add a generic return hook
Masami Hiramatsu
2
-0
/
+103
2022-03-17
fprobe: Add ftrace based probe APIs
Masami Hiramatsu
1
-0
/
+87
2022-03-17
ftrace: Add ftrace_set_filter_ips function
Jiri Olsa
1
-0
/
+3
2022-03-17
net: bridge: mst: Add helper to query a port's MST state
Tobias Waldekranz
1
-0
/
+6
2022-03-17
net: bridge: mst: Add helper to check if MST is enabled
Tobias Waldekranz
1
-0
/
+6
2022-03-17
net: bridge: mst: Add helper to map an MSTI to a VID set
Tobias Waldekranz
1
-0
/
+7
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+3
2022-03-17
Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+1
2022-03-17
net/mlx5: Remove unused fill page array API function
Tariq Toukan
1
-1
/
+0
[prev]
[next]