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-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
2
-1
/
+37
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
drm/drm_connector: use inline comments for drm_bus_flags
Sam Ravnborg
1
-23
/
+77
2020-07-01
drm/drm_connector: drop legacy drm_bus_flags values
Sam Ravnborg
1
-16
/
+8
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
10
-30
/
+69
2020-06-30
ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPU
Nicholas Piggin
1
-0
/
+1
2020-06-30
net/tls: fix sign extension issue when left shifting u16 value
Colin Ian King
1
-1
/
+1
2020-06-30
Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-28
/
+29
2020-06-30
net: ip_tunnel: add header_ops for layer 3 devices
Jason A. Donenfeld
1
-0
/
+3
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
2
-2
/
+3
2020-06-30
tracing: not necessary to define DEFINE_EVENT_PRINT to be empty again
Wei Yang
1
-3
/
+0
2020-06-30
tracing: define DEFINE_EVENT_PRINT not related to DEFINE_EVENT
Wei Yang
1
-4
/
+2
2020-06-30
tracing: not necessary re-define DEFINE_EVENT_PRINT
Wei Yang
1
-4
/
+0
2020-06-30
tracing: not necessary to undefine DEFINE_EVENT again
Wei Yang
1
-6
/
+0
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
bpf, netns: Keep a list of attached bpf_link's
Jakub Sitnicki
1
-1
/
+1
2020-06-30
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
1
-1
/
+4
2020-06-30
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
1
-1
/
+2
2020-06-30
ipvs: register hooks only with services
Julian Anastasov
1
-0
/
+5
[prev]
[next]