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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-22
perf, pt, coresight: Fix address filters for vmas with non-zero offset
Alexander Shishkin
4
-42
/
+62
2019-02-22
perf: Copy parent's address filter offsets on clone
Alexander Shishkin
1
-0
/
+15
2019-02-22
perf scripts python: exported-sql-viewer.py: Add top calls report
Adrian Hunter
1
-6
/
+135
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove no selection error
Adrian Hunter
1
-3
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItem
Adrian Hunter
1
-221
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Create new dialog data item classes
Adrian Hunter
1
-13
/
+272
2019-02-22
perf scripts python: exported-sql-viewer.py: Move report name into ReportVars
Adrian Hunter
1
-8
/
+8
2019-02-22
perf scripts python: exported-sql-viewer.py: Factor out ReportVars
Adrian Hunter
1
-14
/
+23
2019-02-22
perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBase
Adrian Hunter
1
-17
/
+30
2019-02-22
perf scripts python: exported-sql-viewer.py: Move column headers
Adrian Hunter
1
-12
/
+13
2019-02-22
perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no calls table
Adrian Hunter
1
-1
/
+12
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove leftover debugging prints
Adrian Hunter
1
-7
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Fix missing shebang
Adrian Hunter
1
-0
/
+1
2019-02-22
perf thread-stack: Hide x86 retpolines
Adrian Hunter
1
-3
/
+109
2019-02-22
net: socket: add check for negative optlen in compat setsockopt
Jann Horn
1
-1
/
+5
2019-02-22
isdn_common: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-4
/
+3
2019-02-22
ipv6: route: purge exception on removal
Paolo Abeni
1
-1
/
+12
2019-02-22
Merge branch 'nic-thunderx-fix-communication-races-between-VF-PF'
David S. Miller
5
-153
/
+142
2019-02-22
net: thunderx: remove link change polling code and info from nicpf
Vadim Lomovtsev
1
-102
/
+12
2019-02-22
net: thunderx: move link state polling function to VF
Vadim Lomovtsev
3
-19
/
+74
2019-02-22
net: thunderx: add mutex to protect mailbox from concurrent calls for same VF
Vadim Lomovtsev
2
-3
/
+12
2019-02-22
net: thunderx: rework xcast message structure to make it fit into 64 bit
Vadim Lomovtsev
3
-9
/
+7
2019-02-22
net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_task
Vadim Lomovtsev
1
-4
/
+8
2019-02-22
net: thunderx: make CFG_DONE message to run through generic send-ack sequence
Vadim Lomovtsev
2
-4
/
+13
2019-02-22
net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to private for each of them.
Vadim Lomovtsev
2
-15
/
+19
2019-02-22
net: thunderx: correct typo in macro name
Vadim Lomovtsev
2
-2
/
+2
2019-02-22
net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version
Lorenzo Bianconi
1
-0
/
+3
2019-02-22
team: use operstate consistently for linkup
George Wilkie
1
-2
/
+2
2019-02-22
net: phy: aquantia: Use get_features for the PHYs abilities
Andrew Lunn
1
-7
/
+7
2019-02-22
r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
David Chen
1
-1
/
+1
2019-02-22
ipvlan: disallow userns cap_net_admin to change global mode/flags
Daniel Borkmann
1
-0
/
+4
2019-02-22
sctp: don't compare hb_timer expire date before starting it
Maciej Kwiecien
1
-1
/
+2
2019-02-22
RDMA/core: Fix a WARN() message
Dan Carpenter
1
-3
/
+1
2019-02-22
Merge tag 'drm-fixes-2019-02-22' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-18
/
+47
2019-02-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-12
/
+15
2019-02-22
KVM: MMU: record maximum physical address width in kvm_mmu_extended_role
Yu Zhang
2
-0
/
+2
2019-02-22
kvm: x86: Return LA57 feature based on hardware capability
Yu Zhang
1
-0
/
+4
2019-02-22
x86/kvm/mmu: fix switch between root and guest MMUs
Vitaly Kuznetsov
2
-4
/
+14
2019-02-22
bnxt_re: fix the regression due to changes in alloc_pbl
Devesh Sharma
3
-22
/
+14
2019-02-22
clk: ingenic: Fix doc of ingenic_cgu_div_info
Paul Cercueil
1
-1
/
+1
2019-02-22
clk: ingenic: Fix round_rate misbehaving with non-integer dividers
Paul Cercueil
1
-5
/
+5
2019-02-22
KEYS: always initialize keyring_index_key::desc_len
Eric Biggers
4
-6
/
+4
2019-02-22
KEYS: user: Align the payload buffer
Eric Biggers
1
-1
/
+1
2019-02-22
clk: mediatek: fix platform_no_drv_owner.cocci warnings
YueHaibing
1
-1
/
+0
2019-02-22
clk: tegra: dfll: Fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-9
/
+9
2019-02-22
clk: qoriq: Improve an error message
Dan Carpenter
1
-2
/
+2
2019-02-22
security: mark expected switch fall-throughs and add a missing break
Gustavo A. R. Silva
5
-3
/
+8
2019-02-22
clk: at91: optimize clk_round_rate() for AUDIO_PLL
Michał Mirosław
1
-1
/
+8
2019-02-22
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
5
-9
/
+8
2019-02-22
Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next
Paolo Bonzini
33
-384
/
+909
[prev]
[next]