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-07-28
thermal/core: Add thermal_trip in thermal_zone
Daniel Lezcano
1
-0
/
+8
2022-07-28
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
1
-2
/
+2
2022-07-28
thermal/of: Move thermal_trip structure to thermal.h
Daniel Lezcano
1
-0
/
+12
2022-07-28
thermal/core: Remove DROP_FULL and RAISE_FULL
Daniel Lezcano
1
-2
/
+0
2022-07-28
wait: Fix __wait_event_hrtimeout for RT/DL tasks
Juri Lelli
1
-4
/
+5
2022-07-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Paolo Abeni
1
-0
/
+14
2022-07-28
can: dev: add generic function can_eth_ioctl_hwts()
Vincent Mailhol
1
-0
/
+1
2022-07-28
can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
Vincent Mailhol
1
-0
/
+3
2022-07-28
add missing includes and forward declarations to networking includes under linux/
Jakub Kicinski
17
-6
/
+51
2022-07-28
Documentation: serial: move uart_ops documentation to the struct
Jiri Slaby
1
-16
/
+329
2022-07-28
mtd: spi-nor: s/addr_width/addr_nbytes
Tudor Ambarus
1
-2
/
+2
2022-07-28
regulator: Consumer load management improvements
Mark Brown
1
-4
/
+12
2022-07-27
SUNRPC: Don't reuse bvec on retransmission of the request
Trond Myklebust
1
-1
/
+2
2022-07-27
ACPI: property: Add support for parsing buffer property UUID
Sakari Ailus
1
-1
/
+1
2022-07-27
RDMA/mlx5: Rename the mkey cache variables and functions
Aharon Landau
1
-3
/
+3
2022-07-27
io_uring: notification completion optimisation
Pavel Begunkov
1
-7
/
+0
2022-07-27
regulator: core: Allow drivers to define their init data as const
Douglas Anderson
1
-0
/
+4
2022-07-27
regulator: core: Allow specifying an initial load w/ the bulk API
Douglas Anderson
1
-4
/
+8
2022-07-27
USB: HCD: Fix URB giveback issue in tasklet function
Weitao Wang
1
-0
/
+1
2022-07-27
misc: Mark MICROCODE_MINOR unused
Borislav Petkov
1
-1
/
+1
2022-07-27
watchdog: export lockup_detector_reconfigure
Laurent Dufour
1
-0
/
+2
2022-07-27
vfs: function to prevent re-use of block-device-based superblocks
Daniil Lunev
1
-0
/
+2
2022-07-27
fbdev: Make registered_fb[] private to fbmem.c
Daniel Vetter
1
-6
/
+0
2022-07-26
Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-5
/
+9
2022-07-26
i2c: extend documentation about retvals of master_xfer functions
Wolfram Sang
1
-1
/
+2
2022-07-26
cxl/region: Introduce cxl_pmem_region objects
Dan Williams
1
-0
/
+5
2022-07-26
flow_dissector: Add PPPoE dissectors
Wojciech Drewek
1
-0
/
+14
2022-07-26
mmc: core: Add support for SDIO wakeup interrupt
Axe Yang
2
-1
/
+12
2022-07-26
PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
Logan Gunthorpe
1
-27
/
+0
2022-07-26
dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
Logan Gunthorpe
2
-0
/
+15
2022-07-26
PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
Logan Gunthorpe
1
-0
/
+53
2022-07-26
lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
Logan Gunthorpe
1
-0
/
+69
2022-07-26
video: fbdev: imxfb: Fold <linux/platform_data/video-imxfb.h> into only user
Uwe Kleine-König
1
-23
/
+0
2022-07-26
video: fbdev: imxfb: Drop unused symbols from header
Uwe Kleine-König
1
-35
/
+0
2022-07-26
video: fbdev: imxfb: Drop platform data support
Uwe Kleine-König
1
-12
/
+0
2022-07-25
Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
1
-21
/
+102
2022-07-25
vfio: Replace phys_pfn with pages for vfio_pin_pages()
Nicolin Chen
1
-1
/
+1
2022-07-25
vfio: Rename user_iova of vfio_dma_rw()
Nicolin Chen
1
-1
/
+1
2022-07-25
vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
Nicolin Chen
1
-3
/
+2
2022-07-25
block: add bdev_max_segments() helper
Naohiro Aota
1
-0
/
+5
2022-07-25
highmem: Make __kunmap_{local,atomic}() take const void pointer
Fabio M. De Francesco
1
-5
/
+5
2022-07-25
SUNRPC create a function that probes only offline transports
Olga Kornievskaia
1
-0
/
+2
2022-07-25
SUNRPC export xprt_iter_rewind function
Olga Kornievskaia
1
-0
/
+2
2022-07-25
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
Olga Kornievskaia
2
-1
/
+2
2022-07-25
SUNRPC enable back offline transports in trunking discovery
Olga Kornievskaia
1
-0
/
+1
2022-07-25
SUNRPC create an iterator to list only OFFLINE xprts
Olga Kornievskaia
1
-0
/
+3
2022-07-25
SUNRPC add function to offline remove trunkable transports
Olga Kornievskaia
1
-0
/
+1
2022-07-25
SUNRPC expose functions for offline remote xprt functionality
Olga Kornievskaia
1
-0
/
+3
2022-07-25
random: handle archrandom with multiple longs
Jason A. Donenfeld
1
-6
/
+6
2022-07-25
Merge branch 'for-next/perf' into for-next/core
Will Deacon
2
-0
/
+5
[prev]
[next]