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
2021-11-17
perf/core: Use static_call to optimize perf_guest_info_callbacks
Sean Christopherson
1
-26
/
+8
2021-11-17
perf: Force architectures to opt-in to guest callbacks
Sean Christopherson
1
-0
/
+6
2021-11-17
perf: Add wrappers for invoking guest callbacks
Sean Christopherson
1
-0
/
+24
2021-11-17
perf/core: Rework guest callbacks to prepare for static_call support
Like Xu
1
-4
/
+6
2021-11-17
perf: Stop pretending that perf can handle multiple guest callbacks
Sean Christopherson
1
-6
/
+6
2021-11-17
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
1
-1
/
+12
2021-11-17
psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
Brian Chen
1
-1
/
+12
2021-11-17
sched/core: Forced idle accounting
Josh Don
1
-0
/
+4
2021-11-17
psi: Add a missing SPDX license header
Liu Xinpeng
2
-0
/
+2
2021-11-17
dma-buf: nuke dma_resv_get_excl_unlocked
Christian König
1
-26
/
+0
2021-11-17
tee: export teedev_open() and teedev_close_context()
Jens Wiklander
1
-0
/
+14
2021-11-17
mtd: spi-nor: Get rid of nor->page_size
Tudor Ambarus
1
-2
/
+0
2021-11-17
Merge tag 'mlx5-fixes-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-2
/
+2
2021-11-16
net: document SMII and correct phylink's new validation mechanism
Russell King (Oracle)
1
-1
/
+1
2021-11-16
net: align static siphash keys
Eric Dumazet
1
-0
/
+2
2021-11-16
net: use .data.once section in netdev_level_once()
Eric Dumazet
1
-1
/
+1
2021-11-16
once: use __section(".data.once")
Eric Dumazet
1
-1
/
+1
2021-11-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-1
/
+2
2021-11-16
net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev
Paul Blakey
1
-2
/
+2
2021-11-16
RDMA/netlink: Add __maybe_unused to static inline in C file
Leon Romanovsky
1
-1
/
+1
2021-11-16
net: ieee802154: handle iftypes as u32
Alexander Aring
1
-3
/
+4
2021-11-16
power: supply: core: add POWER_SUPPLY_HEALTH_NO_BATTERY
Luca Ceresoli
1
-0
/
+1
2021-11-16
Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated event
Archie Pusaka
1
-0
/
+1
2021-11-16
Bluetooth: hci_request: Remove bg_scan_update work
Luiz Augusto von Dentz
1
-1
/
+0
2021-11-16
Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_sync
Luiz Augusto von Dentz
2
-2
/
+2
2021-11-16
Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_sync
Luiz Augusto von Dentz
2
-2
/
+3
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
1
-2
/
+2
2021-11-16
net: merge net->core.prot_inuse and net->core.sock_inuse
Eric Dumazet
2
-2
/
+2
2021-11-16
net: make sock_inuse_add() available
Eric Dumazet
1
-0
/
+10
2021-11-16
net: inline sock_prot_inuse_add()
Eric Dumazet
1
-3
/
+11
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
2
-0
/
+23
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
2
-1
/
+2
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
1
-1
/
+0
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
5
-390
/
+394
2021-11-16
net: move early demux fields close to sk_refcnt
Eric Dumazet
1
-3
/
+5
2021-11-16
tcp: defer skb freeing after socket lock is released
Eric Dumazet
3
-0
/
+15
2021-11-16
tcp: annotate data-races on tp->segs_in and tp->data_segs_in
Eric Dumazet
1
-2
/
+6
2021-11-16
tcp: add RETPOLINE mitigation to sk_backlog_rcv
Eric Dumazet
1
-1
/
+7
2021-11-16
net: forward_alloc_get depends on CONFIG_MPTCP
Eric Dumazet
1
-4
/
+7
2021-11-16
net: shrink struct sock by 8 bytes
Eric Dumazet
1
-1
/
+1
2021-11-16
ipv6: shrink struct ipcm6_cookie
Eric Dumazet
1
-1
/
+1
2021-11-16
net: remove sk_route_nocaps
Eric Dumazet
1
-6
/
+5
2021-11-16
net: remove sk_route_forced_caps
Eric Dumazet
1
-3
/
+0
2021-11-16
net: use sk_is_tcp() in more places
Eric Dumazet
2
-6
/
+5
2021-11-16
tcp: remove dead code in __tcp_v6_send_check()
Eric Dumazet
1
-9
/
+3
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
2
-2
/
+2
2021-11-16
memory: renesas-rpc-if: Add support for RZ/G2L
Lad Prabhakar
1
-1
/
+7
2021-11-16
platform/surface: aggregator: Make client device removal more generic
Maximilian Luz
1
-0
/
+9
2021-11-16
platform/x86: asus-wmi: Add support for custom fan curves
Luke D. Jones
1
-0
/
+2
2021-11-16
ALSA: memalloc: Unify x86 SG-buffer handling (take#3)
Takashi Iwai
1
-7
/
+7
[prev]
[next]