Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
04f5bda84b0712d6f172556a7e8dca9ded5e73b9
04f5bda
x86/lib/cpu: Address missing prototypes warning
by Valdis Klētnieks
· 5 years ago
b059f80
x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
by Nick Desaulniers
· 5 years ago
4ce9731
x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
by Nick Desaulniers
· 5 years ago
7468a4e
x86: mtrr: cyrix: Mark expected switch fall-through
by Gustavo A. R. Silva
· 5 years ago
4ab9ab6
x86/ptrace: Mark expected switch fall-through
by Gustavo A. R. Silva
· 5 years ago
33920f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
feac1d6
Merge branch 'sja1105-fixes'
by David S. Miller
· 5 years ago
93fa858
net: dsa: sja1105: Fix memory leak on meta state machine error path
by Vladimir Oltean
· 5 years ago
f163fed
net: dsa: sja1105: Fix memory leak on meta state machine normal path
by Vladimir Oltean
· 5 years ago
6cb0abb
net: dsa: sja1105: Really fix panic on unregistering PTP clock
by Vladimir Oltean
· 5 years ago
4b7da3d
net: dsa: sja1105: Use the LOCKEDS bit for SJA1105 E/T as well
by Vladimir Oltean
· 5 years ago
6d7c7d9
net: dsa: sja1105: Fix broken learning with vlan_filtering disabled
by Vladimir Oltean
· 5 years ago
f26e0cc
net: dsa: qca8k: Add of_node_put() in qca8k_setup_mdio_bus()
by Nishka Dasgupta
· 5 years ago
443bfb4
Merge branch 'flow_offload-action-fixes'
by David S. Miller
· 5 years ago
67cbf7d
net: sched: sample: allow accessing psample_group with rtnl
by Vlad Buslov
· 5 years ago
c4bd486
net: sched: police: allow accessing police->params with rtnl
by Vlad Buslov
· 5 years ago
2b0dfc1
Merge branch 'hisilicon-fixes'
by David S. Miller
· 5 years ago
96a50c0
net: hisilicon: Fix dma_map_single failed on arm64
by Jiangfeng Xiao
· 5 years ago
f2243b8
net: hisilicon: fix hip04-xmit never return TX_BUSY
by Jiangfeng Xiao
· 5 years ago
1a2c070
net: hisilicon: make hip04_tx_reclaim non-reentrant
by Jiangfeng Xiao
· 5 years ago
5b0bce2
Merge branch 'Fix-batched-event-generation-for-vlan-action'
by David S. Miller
· 5 years ago
8571deb
tc-testing: updated vlan action tests with batch create/delete
by Roman Mashak
· 5 years ago
b35475c
net sched: update vlan action for batched events operations
by Roman Mashak
· 5 years ago
76d7961
Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
3abd24a
Merge branch 'stmmac-fixes'
by David S. Miller
· 5 years ago
4a6a138
net: stmmac: tc: Do not return a fragment entry
by Jose Abreu
· 5 years ago
e8df7e8
net: stmmac: Fix issues when number of Queues >= 4
by Jose Abreu
· 5 years ago
0efedbf
net: stmmac: xgmac: Fix XGMAC selftests
by Jose Abreu
· 5 years ago
0574f2e
Merge tag 'wireless-drivers-for-davem-2019-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 5 years ago
f4eb142
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
by Linus Torvalds
· 5 years ago
d0d006a
be2net: disable bh with spin_lock in be_process_mcc
by Denis Kirjanov
· 5 years ago
debea2c
net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'
by Christophe JAILLET
· 5 years ago
5c4e2e1a
net: ethernet: sun4i-emac: Support phy-handle property for finding PHYs
by Chen-Yu Tsai
· 5 years ago
4368c4b
Merge branch 'x86/grand-schemozzle' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e0f6974
HID: sony: Fix race condition between rumble and device remove.
by Roderick Colenbrander
· 5 years ago
6d4472d
HID: hiddev: do cleanup in failure of opening a device
by Hillf Danton
· 5 years ago
9c09b21
HID: hiddev: avoid opening a disconnected device
by Hillf Danton
· 5 years ago
74034a0
MIPS: BCM63XX: Mark expected switch fall-through
by Gustavo A. R. Silva
· 5 years ago
f7813d5
Merge tag 'linux-can-fixes-for-5.3-20190802' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 5 years ago
091adf9
net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTER
by Nikolay Aleksandrov
· 5 years ago
d934423
drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case
by Arnaud Patard (Rtp)
· 5 years ago
cd20636
net/smc: avoid fallback in case of non-blocking connect
by Ursula Braun
· 5 years ago
f9cedf1
net/smc: do not schedule tx_work in SMC_CLOSED state
by Ursula Braun
· 5 years ago
438b43b
gve: Fix case where desc_cnt and data_cnt can get out of sync
by Catherine Sullivan
· 5 years ago
cff6a32
ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rt
by David Ahern
· 5 years ago
cd114d2
selftests/tls: add a litmus test for the socket reuse through shutdown
by Jakub Kicinski
· 5 years ago
5d92e63
net/tls: partially revert fix transition through disconnect with close
by Jakub Kicinski
· 5 years ago
0eb0ce0
Merge tag 'spi-fix-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 5 years ago
df9edcb
Merge tag 'regulator-fix-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 5 years ago
9e9671c
Merge tag 'linux-kselftest-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 5 years ago
4130741
Merge branch 'net-fix-regressions-for-generic-XDP'
by David S. Miller
· 5 years ago
065af35
net: fix bpf_xdp_adjust_head regression for generic-XDP
by Jesper Dangaard Brouer
· 5 years ago
13978d1
selftests/bpf: reduce time to execute test_xdp_vlan.sh
by Jesper Dangaard Brouer
· 5 years ago
d35661f
selftests/bpf: add wrapper scripts for test_xdp_vlan.sh
by Jesper Dangaard Brouer
· 5 years ago
4de9c89
bpf: fix XDP vlan selftests test_xdp_vlan.sh
by Jesper Dangaard Brouer
· 5 years ago
60d60c8
net/mlx5e: always initialize frag->last_in_page
by Qian Cai
· 5 years ago
7be8ef2
net: sched: use temporary variable for actions indexes
by Dmytro Linkin
· 5 years ago
7fb5a711
net: dsa: mv88e6xxx: drop adjust_link to enabled phylink
by Hubert Feurstein
· 5 years ago
c3953a3
NFC: nfcmrvl: fix gpio-handling regression
by Johan Hovold
· 5 years ago
1c703b5
HID: input: fix a4tech horizontal wheel custom usage
by Nicolas Saenz Julienne
· 6 years ago
49869d2
HID: Add quirk for HP X1200 PIXART OEM mouse
by Sebastian Parschauer
· 5 years ago
01ec0a5
HID: holtek: test for sanity of intfdata
by Oliver Neukum
· 5 years ago
693c3da
HID: wacom: fix bit shift for Cintiq Companion 2
by Aaron Armstrong Skomra
· 5 years ago
7bc7485
HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52
by István Váradi
· 5 years ago
6fb08f1
HID: logitech-dj: Really fix return value of logi_dj_recv_query_hidpp_devices
by Hans de Goede
· 5 years ago
e21a712
Linux 5.3-rc3
by Linus Torvalds
· 5 years ago
a6831a8
Merge tag 'tpmdd-next-20190805' of git://git.infradead.org/users/jjs/linux-tpmdd
by Linus Torvalds
· 5 years ago
62d1716
Merge tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 5 years ago
fa4f99c
tpm: tpm_ibm_vtpm: Fix unallocated banks
by Nayna Jain
· 6 years ago
1e5ac63
tpm: Fix null pointer dereference on chip register error path
by Milan Broz
· 6 years ago
4b6f231
Merge tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
4c0d228
MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer
by Geert Uytterhoeven
· 5 years ago
05e4f88
Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
8449c98
Merge tag 'safesetid-maintainers-correction-5.3-rc2' of git://github.com/micah-morton/linux
by Linus Torvalds
· 5 years ago
0c5b6c28
kconfig: Clear "written" flag to avoid data loss
by M. Vefa Bicakci
· 5 years ago
d8778f1
Merge tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 5 years ago
cf6c8ae
Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 5 years ago
4c92057
Documentation: Add swapgs description to the Spectre v1 documentation
by Josh Poimboeuf
· 5 years ago
5e5412c
net/socket: fix GCC8+ Wpacked-not-aligned warnings
by Qian Cai
· 5 years ago
8b7fd67
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
0432a0a
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
af42e74
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e12b243
Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
b7aea68
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
6167254
Merge tag 'riscv/for-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 5 years ago
7291edc
drivers/acpi/scan.c: document why we don't need the device_hotplug_lock
by David Hildenbrand
· 5 years ago
14c5ceb
memremap: move from kernel/ to mm/
by Christoph Hellwig
· 5 years ago
733d1d1
lib/test_meminit.c: use GFP_ATOMIC in RCU critical section
by Alexander Potapenko
· 5 years ago
cbedfe11
asm-generic: fix -Wtype-limits compiler warnings
by Qian Cai
· 5 years ago
b59b1ba
cgroup: kselftest: relax fs_spec checks
by Chris Down
· 5 years ago
aa4996b
mm/memory_hotplug.c: remove unneeded return for void function
by Weitao Hou
· 5 years ago
7b358c6
mm/migrate.c: initialize pud_entry in migrate_vma()
by Ralph Campbell
· 5 years ago
315c692
coredump: split pipe command whitespace before expanding template
by Paul Wise
· 5 years ago
ee38d94
page flags: prioritize kasan bits over last-cpuid
by Arnd Bergmann
· 5 years ago
af700ea
ubsan: build ubsan.c more conservatively
by Arnd Bergmann
· 5 years ago
ebb6d35
kasan: remove clang version check for KASAN_STACK
by Arnd Bergmann
· 5 years ago
670105a
mm: compaction: avoid 100% CPU usage during compaction when a task is killed
by Mel Gorman
· 5 years ago
ebdf4de
mm: migrate: fix reference check race between __find_get_block() and migration
by Jan Kara
· 5 years ago
fa1e512
mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker
by Yang Shi
· 5 years ago
7bc36e3
ocfs2: remove set but not used variable 'last_hash'
by YueHaibing
· 5 years ago
Next »