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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier
Aneesh Kumar K.V
1
-0
/
+10
2020-07-16
Merge tag 'drm-misc-fixes-2020-07-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
1
-0
/
+1
2020-07-15
Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine into master
Linus Torvalds
1
-0
/
+3
2020-07-15
block: add max_active_zones to blk-sysfs
Niklas Cassel
1
-0
/
+25
2020-07-15
block: add max_open_zones to blk-sysfs
Niklas Cassel
1
-0
/
+25
2020-07-15
scsi: scsi_transport_fc: Match HBA Attribute Length with HBAAPI V2.0 definitions
Lee Jones
1
-2
/
+2
2020-07-15
dt: bindings: Add multicolor class dt bindings documention
Dan Murphy
1
-1
/
+2
2020-07-15
include/uapi/linux: Update KFD ioctl version
Amber Lin
1
-1
/
+5
2020-07-15
drm/amdkfd: Provide SMI events watch
Amber Lin
1
-1
/
+15
2020-07-15
drm/amdgpu: add navy_flounder asic type
Jiansong Chen
1
-0
/
+1
2020-07-15
fsnotify: return non const from fsnotify_data_inode()
Amir Goldstein
1
-3
/
+2
2020-07-15
fsnotify: fold fsnotify() call into fsnotify_parent()
Amir Goldstein
1
-20
/
+13
2020-07-15
usb: linux/usb/gadget.h: fix duplicated word in comment
Randy Dunlap
1
-1
/
+1
2020-07-15
usb: linux/usb/serial.h: drop duplicated word in comment
Randy Dunlap
1
-1
/
+1
2020-07-15
usb: linux/usb/pd_vdo.h: drop duplicated word in comment
Randy Dunlap
1
-1
/
+1
2020-07-15
usb: linux/usb.h: drop duplicated word in comment
Randy Dunlap
1
-1
/
+1
2020-07-15
regulator: Allow regulators to verify enabled during enable()
Sumit Semwal
1
-0
/
+5
2020-07-15
netpoll: Remove unused inline function netpoll_netdev_init()
YueHaibing
1
-3
/
+0
2020-07-15
mptcp: Remove unused inline function mptcp_rcv_synsent()
YueHaibing
1
-4
/
+0
2020-07-15
net: flow: Remove unused inline function
YueHaibing
1
-18
/
+0
2020-07-15
cipso: Remove unused inline functions
YueHaibing
1
-12
/
+0
2020-07-15
fsnotify: Rearrange fast path to minimise overhead when there is no watcher
Mel Gorman
2
-2
/
+12
2020-07-15
drm: drm_rect.h: delete duplicated word in comment
Randy Dunlap
1
-1
/
+1
2020-07-15
drm: msm_drm.h: delete duplicated words in comments
Randy Dunlap
1
-2
/
+2
2020-07-15
drm: i915_drm.h: delete duplicated words in comments
Randy Dunlap
1
-2
/
+2
2020-07-15
drm: drm_mode_config.h: delete duplicated words in comments
Randy Dunlap
1
-4
/
+4
2020-07-15
drm: drm_gem.h: delete duplicated words in comments
Randy Dunlap
1
-2
/
+2
2020-07-15
drm: drm_bridge.h: delete duplicated word in comment
Randy Dunlap
1
-1
/
+1
2020-07-15
drm: drm_atomic.h: delete duplicated word in comment
Randy Dunlap
1
-1
/
+1
2020-07-15
soundwire: sdw.h: fix indentation
Pierre-Louis Bossart
1
-4
/
+4
2020-07-15
soundwire: sdw.h: fix PRBS/Static_1 swapped definitions
Pierre-Louis Bossart
1
-6
/
+6
2020-07-15
platform_data/mlxreg: Add presence register field for FAN devices
Vadim Pasternak
1
-0
/
+2
2020-07-15
platform_data/mlxreg: Add support for complex attributes
Vadim Pasternak
1
-0
/
+2
2020-07-15
lib/string_helpers: Introduce string_upper() and string_lower() helpers
Vadim Pasternak
1
-0
/
+15
2020-07-15
soundwire: stream: add helper to startup/shutdown streams
Pierre-Louis Bossart
1
-0
/
+2
2020-07-15
Merge tag 'spi-mem-dtr' into spi-nor/next
Tudor Ambarus
1
-1
/
+13
2020-07-15
ocxl: control via sysfs whether the FPGA is reloaded on a link reset
Philippe Bergheaud
1
-0
/
+1
2020-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-29
/
+34
2020-07-14
seccomp: Introduce addfd ioctl to seccomp user notifier
Sargun Dhillon
2
-0
/
+26
2020-07-14
net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN
Horatiu Vultur
1
-0
/
+1
2020-07-14
bridge: uapi: mrp: Extend MRP_INFO attributes for interconnect status
Horatiu Vultur
1
-0
/
+5
2020-07-14
bridge: mrp: Extend bridge interface
Horatiu Vultur
1
-0
/
+1
2020-07-14
bridge: uapi: mrp: Extend MRP attributes for MRP interconnect
Horatiu Vultur
2
-0
/
+91
2020-07-14
switchdev: mrp: Extend switchdev API for MRP Interconnect
Horatiu Vultur
1
-0
/
+38
2020-07-14
Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into bpf-next
Alexei Starovoitov
6
-28
/
+24
2020-07-14
freezer: Add unsafe version of freezable_schedule_timeout_interruptible() for NFS
He Zhe
1
-0
/
+14
2020-07-14
bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option
Jiri Olsa
1
-1
/
+1
2020-07-14
bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF option
Jiri Olsa
1
-0
/
+9
2020-07-14
Merge series "mtd: spi-nor: add xSPI Octal DTR support" from Pratyush Yadav <p.yadav@ti.com>:
Mark Brown
1
-1
/
+13
2020-07-14
spi: spi-mem: allow specifying a command's extension
Pratyush Yadav
1
-1
/
+5
[prev]
[next]