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
2020-07-02
device: remove 'extern' attribute from function prototypes in device.h
Bartosz Golaszewski
1
-115
/
+106
2020-07-02
cpufreq: Register governors at core_initcall
Quentin Perret
1
-0
/
+14
2020-07-01
spi: Avoid setting the chip select if we don't need to
Douglas Anderson
1
-0
/
+4
2020-07-01
audit: remove unused !CONFIG_AUDITSYSCALL __audit_inode* stubs
Richard Guy Briggs
1
-8
/
+0
2020-07-01
driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}
Dan Williams
2
-0
/
+11
2020-07-01
firmware: arm_scmi: Add base notifications support
Cristian Marussi
1
-0
/
+9
2020-07-01
firmware: arm_scmi: Add reset notifications support
Cristian Marussi
1
-0
/
+8
2020-07-01
firmware: arm_scmi: Add sensor notifications support
Cristian Marussi
1
-5
/
+8
2020-07-01
firmware: arm_scmi: Add perf notifications support
Cristian Marussi
1
-0
/
+17
2020-07-01
firmware: arm_scmi: Add power notifications support
Cristian Marussi
1
-0
/
+12
2020-07-01
firmware: arm_scmi: Add notification callbacks-registration
Cristian Marussi
1
-0
/
+46
2020-07-01
firmware: arm_scmi: Add notification protocol-registration
Cristian Marussi
1
-0
/
+3
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
1
-0
/
+1
2020-07-01
perf: Expose get/put_callchain_entry()
Song Liu
1
-0
/
+2
2020-07-01
block: remove the all_bdevs list
Christoph Hellwig
1
-1
/
+0
2020-07-01
block: remove the unused bd_private field from struct block_device
Christoph Hellwig
1
-7
/
+0
2020-07-01
block: remove the bd_queue field from struct block_device
Christoph Hellwig
1
-1
/
+0
2020-07-01
block: remove the bd_block_size field from struct block_device
Christoph Hellwig
2
-2
/
+1
2020-07-01
block: remove direct_make_request
Christoph Hellwig
1
-1
/
+0
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-1
/
+1
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
3
-8
/
+4
2020-07-01
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
1
-1
/
+1
2020-07-01
usb: typec: Add data structure for Enter_USB message
Heikki Krogerus
1
-0
/
+14
2020-07-01
usb: typec: Combine the definitions for Accessory and USB modes
Heikki Krogerus
1
-9
/
+5
2020-07-01
usb: fix kernel-doc warnings and formatting in <linux/usb.h>
Randy Dunlap
1
-3
/
+7
2020-07-01
backlight: sky81452: Privatize platform data
Linus Walleij
2
-39
/
+0
2020-07-01
backlight: sky81452: Convert to GPIO descriptors
Linus Walleij
1
-2
/
+4
2020-07-01
of_graph: add of_graph_is_present()
Dmitry Osipenko
1
-0
/
+6
2020-06-30
of: mdio: provide devm_of_mdiobus_register()
Bartosz Golaszewski
1
-0
/
+3
2020-06-30
of: mdio: remove the 'extern' keyword from function declarations
Bartosz Golaszewski
1
-18
/
+17
2020-06-30
net: phy: don't abuse devres in devm_mdiobus_register()
Bartosz Golaszewski
1
-6
/
+4
2020-06-30
phy: un-inline devm_mdiobus_register()
Bartosz Golaszewski
1
-13
/
+2
2020-06-30
net: qed: update copyright years
Alexander Lobakin
18
-0
/
+18
2020-06-30
net: qed: convert to SPDX License Identifiers
Alexander Lobakin
16
-448
/
+18
2020-06-30
net: qed: correct existing SPDX tags
Alexander Lobakin
2
-2
/
+3
2020-06-30
PCI: Make pcie_find_root_port() work for Root Ports
Mika Westerberg
1
-6
/
+5
2020-06-30
Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel
Linus Walleij
1
-1
/
+1
2020-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-4
/
+38
2020-06-30
ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPU
Nicholas Piggin
1
-0
/
+1
2020-06-30
Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
1
-2
/
+2
2020-06-30
Input: add `SW_MACHINE_COVER`
Merlijn Wajer
1
-1
/
+1
2020-06-30
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
2
-2
/
+7
2020-06-30
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
2
-2
/
+24
2020-06-30
bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH
Lorenz Bauer
1
-2
/
+3
2020-06-30
soundwire: bus: initialize bus clock base and scale registers
Pierre-Louis Bossart
1
-0
/
+10
2020-06-30
soundwire: extend SDW_SLAVE_ENTRY
Pierre-Louis Bossart
2
-4
/
+9
2020-06-30
soundwire: add definitions for 1.2 spec
Pierre-Louis Bossart
1
-1
/
+106
2020-06-30
blk-mq: pass request queue into get/put budget callback
Ming Lei
1
-2
/
+2
2020-06-30
dma-mapping: Add a new dma_need_sync API
Christoph Hellwig
2
-0
/
+6
2020-06-30
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
3
-1
/
+2
[prev]
[next]