index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
Merge tag 'drm-msm-next-2018-07-30' of git://people.freedesktop.org/~robclark...
Dave Airlie
4
-0
/
+125
2018-07-31
drm/scheduler: only kill entity if last user is killed v2
Christian König
1
-0
/
+2
2018-07-31
dm kcopyd: return void from dm_kcopyd_copy()
Mike Snitzer
1
-6
/
+6
2018-07-31
net: remove bogus RCU annotations on socket.wq
Christoph Hellwig
2
-2
/
+2
2018-07-31
NFSv4 client live hangs after live data migration recovery
Bill Baker
1
-0
/
+1
2018-07-31
sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...
Dave Wysochanski
1
-2
/
+2
2018-07-31
xsk: don't allow umem replace at stack level
Jakub Kicinski
1
-3
/
+4
2018-07-31
net: update real_num_rx_queues even when !CONFIG_SYSFS
Jakub Kicinski
1
-1
/
+2
2018-07-31
PCI: Fix is_added/is_busmaster race condition
Hari Vyas
1
-1
/
+0
2018-07-31
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
5
-26
/
+29
2018-07-31
t10-pi: provide empty t10_pi_complete() for !CONFIG_BLK_DEV_INTEGRITY
Jens Axboe
1
-0
/
+11
2018-07-31
ALSA: usb-audio: Initial Power Domain support
Jorge Sanjuan
1
-0
/
+4
2018-07-31
console: Replace #if 0 with atomic var 'ignore_console_lock_warning'
Thomas Zimmermann
1
-5
/
+9
2018-07-31
macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver
Finn Thain
1
-1
/
+1
2018-07-31
macintosh/via-pmu68k: Don't load driver on unsupported hardware
Finn Thain
1
-1
/
+1
2018-07-31
mtd: rawnand: allocate model parameter dynamically
Miquel Raynal
1
-1
/
+1
2018-07-31
mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
Miquel Raynal
1
-12
/
+6
2018-07-31
mtd: rawnand: add hooks that may be called during nand_scan()
Miquel Raynal
1
-0
/
+21
2018-07-31
mtd: rawnand: better name for the controller structure
Miquel Raynal
1
-6
/
+8
2018-07-31
mtd: rawnand: make subop helpers return unsigned values
Miquel Raynal
1
-8
/
+8
2018-07-31
bpf: Support bpf_get_socket_cookie in more prog types
Andrey Ignatov
1
-0
/
+14
2018-07-31
bpf: add End.DT6 action to bpf_lwt_seg6_action helper
Mathieu Xhonneux
1
-1
/
+3
2018-07-30
scsi: target: add helper to check if dev is configured
Mike Christie
1
-0
/
+4
2018-07-30
RDMA/core: Return bool instead of int
Parav Pandit
1
-2
/
+2
2018-07-30
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
1
-1
/
+1
2018-07-30
RDMA/core: Constify dst_addr argument
Parav Pandit
2
-3
/
+3
2018-07-30
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
Jason Gunthorpe
1
-0
/
+33
2018-07-30
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
1
-15
/
+15
2018-07-30
RDMA: Constify the argument of the work request conversion functions
Bart Van Assche
1
-5
/
+6
2018-07-30
tracepoint: Make rcuidle tracepoint callers use SRCU
Joel Fernandes (Google)
1
-8
/
+32
2018-07-30
Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...
Janosch Frank
1
-0
/
+1
2018-07-30
KVM: s390: Add huge page enablement control
Janosch Frank
1
-0
/
+1
2018-07-30
media: dvb/audio.h: get rid of unused APIs
Mauro Carvalho Chehab
1
-37
/
+0
2018-07-30
media: dvb/video.h: get rid of unused APIs
Mauro Carvalho Chehab
1
-51
/
+0
2018-07-30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+3
2018-07-30
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+7
2018-07-30
net/sunrpc: Make rpc_auth_create_args a const
Sargun Dhillon
1
-2
/
+3
2018-07-30
net/tc: introduce TC_ACT_REINSERT.
Paolo Abeni
2
-0
/
+31
2018-07-30
tc/act: remove unneeded RCU lock in action callback
Paolo Abeni
2
-1
/
+3
2018-07-30
net/sched: user-space can't set unknown tcfa_action values
Paolo Abeni
1
-2
/
+4
2018-07-30
net: remove sock_poll_busy_flag
Christoph Hellwig
1
-6
/
+0
2018-07-30
net: remove sock_poll_busy_loop
Christoph Hellwig
1
-9
/
+0
2018-07-30
net: don not detour through struct sock to find the poll waitqueue
Christoph Hellwig
1
-3
/
+2
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-5
/
+6
2018-07-30
block: move dif_prepare/dif_complete functions to block layer
Max Gurtovoy
1
-0
/
+3
2018-07-30
block: move ref_tag calculation func to the block layer
Max Gurtovoy
2
-6
/
+11
2018-07-30
block: don't account for split bio's size in cgroup stats
Josef Bacik
1
-2
/
+8
2018-07-30
media: videodev2: get rid of VIDIOC_RESERVED
Mauro Carvalho Chehab
1
-1
/
+0
2018-07-30
ata: ahci: Support state with min power but Partial low power state
Srinivas Pandruvada
1
-1
/
+2
2018-07-30
ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros
Takashi Iwai
1
-1
/
+1
[prev]
[next]