index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: Convert callback to use from_timer()
Kees Cook
2017-10-05
1
-7
/
+8
*
kthread: Convert callback to use from_timer()
Kees Cook
2017-10-05
1
-5
/
+5
*
timer: Remove expires argument from __TIMER_INITIALIZER()
Kees Cook
2017-10-05
3
-5
/
+4
*
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
2017-10-05
1
-2
/
+2
*
timer: Remove unused static initializer macros
Kees Cook
2017-10-05
1
-12
/
+0
*
timer: Remove last user of TIMER_INITIALIZER
Kees Cook
2017-10-05
1
-1
/
+1
*
timer: Remove init_timer_deferrable() in favor of timer_setup()
Kees Cook
2017-10-05
1
-2
/
+0
*
timer: Remove init_timer_pinned() in favor of timer_setup()
Kees Cook
2017-10-05
1
-2
/
+0
*
timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
Kees Cook
2017-10-05
2
-2
/
+1
*
timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
Kees Cook
2017-10-05
1
-2
/
+0
*
timer: Convert schedule_timeout() to use from_timer()
Kees Cook
2017-10-05
1
-0
/
+8
*
Merge branch 'linus' into timers/core
Thomas Gleixner
2017-10-05
16
-59
/
+136
|
\
|
*
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-10-03
1
-2
/
+22
|
|
\
|
|
*
percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
Mark Rutland
2017-09-26
1
-2
/
+22
|
*
|
Merge tag 'usb-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-10-03
1
-0
/
+1
|
|
\
\
|
|
*
|
USB: fix out-of-bounds in usb_set_configuration
Greg Kroah-Hartman
2017-09-19
1
-0
/
+1
|
*
|
|
Merge tag 'staging-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-10-03
1
-0
/
+3
|
|
\
\
\
|
|
*
\
\
Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2017-09-25
1
-0
/
+3
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
iio: ad_sigma_delta: Implement a dedicated reset function
Dragos Bogdan
2017-09-24
1
-0
/
+3
|
*
|
|
|
Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-10-03
1
-2
/
+0
|
|
\
\
\
\
|
|
*
|
|
|
driver core: remove DRIVER_ATTR
Greg Kroah-Hartman
2017-09-19
1
-2
/
+0
|
|
|
/
/
/
|
*
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-10-01
1
-0
/
+14
|
|
\
\
\
\
|
|
*
|
|
|
timer: Prepare to change timer callback argument type
Kees Cook
2017-09-28
1
-0
/
+14
|
*
|
|
|
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-10-01
1
-1
/
+20
|
|
\
\
\
\
\
|
|
*
|
|
|
|
smp/hotplug: Hotplug state fail injection
Peter Zijlstra
2017-09-25
1
-1
/
+2
|
|
*
|
|
|
|
smp/hotplug: Add state diagram
Peter Zijlstra
2017-09-25
1
-0
/
+18
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-10-01
2
-31
/
+52
|
|
\
\
\
\
\
|
|
*
|
|
|
|
sched/debug: Add explicit TASK_PARKED printing
Peter Zijlstra
2017-09-29
2
-10
/
+8
|
|
*
|
|
|
|
sched/debug: Add explicit TASK_IDLE printing
Peter Zijlstra
2017-09-29
2
-5
/
+14
|
|
*
|
|
|
|
sched/tracing: Use common task-state helpers
Peter Zijlstra
2017-09-29
1
-2
/
+0
|
|
*
|
|
|
|
sched/tracing: Fix trace_sched_switch task-state printing
Peter Zijlstra
2017-09-29
2
-8
/
+12
|
|
*
|
|
|
|
sched/debug: Convert TASK_state to hex
Peter Zijlstra
2017-09-29
1
-14
/
+14
|
|
*
|
|
|
|
sched/debug: Implement consistent task-state printing
Peter Zijlstra
2017-09-29
1
-7
/
+19
|
*
|
|
|
|
|
Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-09-29
1
-0
/
+2
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
PCI: Add dummy pci_acs_enabled() for CONFIG_PCI=n build
Geert Uytterhoeven
2017-09-25
1
-0
/
+2
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-29
1
-1
/
+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
iommu: Fix comment for iommu_ops.map_sg
Jean-Philippe Brucker
2017-09-27
1
-1
/
+1
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'fixes-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-29
1
-0
/
+2
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3
James Morris
2017-09-28
1
-0
/
+2
|
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
KEYS: prevent creating a different user's keyrings
Eric Biggers
2017-09-25
1
-0
/
+2
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-09-28
2
-4
/
+4
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
IB: Correct MR length field to be 64-bit
Parav Pandit
2017-09-25
1
-1
/
+1
|
|
*
|
|
|
IB/core: Fix typo in the name of the tag-matching cap struct
Leon Romanovsky
2017-09-25
2
-3
/
+3
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-25
3
-18
/
+15
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
nvmet-fc: sync header templates with comments
James Smart
2017-09-25
1
-5
/
+8
|
|
*
|
|
nvme: add transport SGL definitions
James Smart
2017-09-25
1
-0
/
+6
|
|
*
|
|
nvme.h: remove FC transport-specific error values
James Smart
2017-09-25
1
-13
/
+0
|
|
*
|
|
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
2017-09-25
1
-0
/
+1
|
|
|
/
/
*
|
/
/
timekeeping: Provide NMI safe access to clock realtime
Thomas Gleixner
2017-09-25
2
-1
/
+6
|
/
/
/
*
|
|
Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-24
1
-0
/
+7
|
\
\
\
[next]