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-06-24
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
2
-1
/
+9
2020-06-24
net: bpf: Add bpf_seq_afinfo in udp_iter_state
Yonghong Song
1
-0
/
+1
2020-06-24
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
2
-1
/
+25
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
2
-1
/
+20
2020-06-24
net: bpf: Add bpf_seq_afinfo in tcp_iter_state
Yonghong Song
1
-0
/
+1
2020-06-25
netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit helpers.
David Wilder
1
-0
/
+3
2020-06-25
netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit helpers.
David Wilder
1
-0
/
+6
2020-06-24
net: phy: make phy_disable_interrupts() non-static
Jisheng Zhang
1
-0
/
+1
2020-06-24
net: bridge: add a flag to avoid refreshing fdb when changing/adding
Nikolay Aleksandrov
1
-0
/
+1
2020-06-24
net: bridge: add option to allow activity notifications for any fdb entries
Nikolay Aleksandrov
1
-0
/
+11
2020-06-24
net: neighbor: add fdb extended attribute
Nikolay Aleksandrov
1
-0
/
+12
2020-06-24
net: phy: add support for a common probe between shared PHYs
Antoine Tenart
1
-3
/
+15
2020-06-24
RDMA/core: Delete not-used create RWQ table function
Leon Romanovsky
1
-3
/
+0
2020-06-24
drm/fb-helper: Fix vt restore
Daniel Vetter
1
-0
/
+1
2020-06-24
bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
Dmitry Yakunin
1
-2
/
+5
2020-06-24
tcp: Expose tcp_sock_set_keepidle_locked
Dmitry Yakunin
1
-0
/
+1
2020-06-24
sock: Move sock_valbool_flag to header
Dmitry Yakunin
1
-0
/
+9
2020-06-24
OPP: refactor dev_pm_opp_of_register_em() and update related drivers
Lukasz Luba
1
-2
/
+13
2020-06-24
PM / EM: change name of em_pd_energy to em_cpu_energy
Lukasz Luba
1
-3
/
+8
2020-06-24
PM / EM: remove em_register_perf_domain
Lukasz Luba
1
-7
/
+0
2020-06-24
PM / EM: add support for other devices than CPUs in Energy Model
Lukasz Luba
2
-7
/
+27
2020-06-24
block: move struct block_device to blk_types.h
Christoph Hellwig
4
-42
/
+41
2020-06-24
block: reduce ifdef CONFIG_BLOCK madness in headers
Christoph Hellwig
3
-63
/
+46
2020-06-24
fs: move the buffer_heads_over_limit stub to buffer_head.h
Christoph Hellwig
2
-1
/
+1
2020-06-24
block: move block-related definitions out of fs.h
Christoph Hellwig
4
-92
/
+74
2020-06-24
block: simplify sb_is_blkdev_sb
Christoph Hellwig
1
-12
/
+6
2020-06-24
fs: remove the mount_bdev and kill_block_super stubs
Christoph Hellwig
1
-16
/
+0
2020-06-24
fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines
Christoph Hellwig
1
-6
/
+0
2020-06-24
fs: remove an unused block_device_operations forward declaration
Christoph Hellwig
1
-2
/
+0
2020-06-24
block: mark bd_finish_claiming static
Christoph Hellwig
1
-2
/
+0
2020-06-24
tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
Christoph Hellwig
1
-1
/
+1
2020-06-24
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
1
-2
/
+3
2020-06-24
block: revert back to synchronous request_queue removal
Luis Chamberlain
1
-2
/
+0
2020-06-24
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
1
-0
/
+1
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-2
/
+10
2020-06-24
blk-mq: merge blk-softirq.c into blk-mq.c
Christoph Hellwig
1
-1
/
+0
2020-06-24
PM / EM: update callback structure and add device pointer
Lukasz Luba
1
-7
/
+8
2020-06-24
PM / EM: introduce em_dev_register_perf_domain function
Lukasz Luba
1
-2
/
+11
2020-06-24
PM / EM: change naming convention from 'capacity' to 'performance'
Lukasz Luba
1
-40
/
+46
2020-06-24
vt: redefine world of cursor macros
Jiri Slaby
1
-11
/
+17
2020-06-24
vt: move vc_translate to vt.c and rename it
Jiri Slaby
1
-3
/
+0
2020-06-24
vt: get rid of VT10.ID macros
Jiri Slaby
1
-6
/
+0
2020-06-24
vt: remove 25 years stale comment
Jiri Slaby
1
-2
/
+1
2020-06-24
vt: convert vc_tab_stop to bitmap
Jiri Slaby
1
-1
/
+2
2020-06-24
vt: switch G0/1_charset to an array
Jiri Slaby
1
-4
/
+2
2020-06-24
vc: switch state to bool
Jiri Slaby
2
-5
/
+5
2020-06-24
vt: introduce enum vc_intensity for intensity
Jiri Slaby
2
-3
/
+13
2020-06-24
vc: separate state
Jiri Slaby
1
-21
/
+33
2020-06-24
gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving
Alexander Popov
1
-0
/
+13
2020-06-24
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
1
-5
/
+5
[prev]
[next]