index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-24
PM / s2idle: Rearrange the main suspend-to-idle loop
Rafael J. Wysocki
2
-13
/
+17
2017-07-23
PM / timekeeping: Print debug messages when requested
Rafael J. Wysocki
2
-5
/
+10
2017-07-22
PM / sleep: Mark suspend/hibernation start and finish
Rafael J. Wysocki
2
-0
/
+7
2017-07-22
PM / sleep: Do not print debug messages by default
Rafael J. Wysocki
3
-17
/
+69
2017-07-22
PM / suspend: Export pm_suspend_target_state
Florian Fainelli
1
-0
/
+5
2017-07-15
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+13
2017-07-14
Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+5
2017-07-14
kmod: throttle kmod thread limit
Luis R. Rodriguez
1
-9
/
+7
2017-07-14
kernel/watchdog.c: use better pr_fmt prefix
Kefeng Wang
1
-1
/
+1
2017-07-14
Merge branches 'pm-cpufreq-sched' and 'intel_pstate'
Rafael J. Wysocki
1
-0
/
+5
2017-07-13
Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
4
-20
/
+143
2017-07-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
13
-198
/
+654
2017-07-12
Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-53
/
+72
2017-07-12
fork,random: use get_random_canary() to set tsk->stack_canary
Rik van Riel
1
-1
/
+1
2017-07-12
kexec_file: adjust declaration of kexec_purgatory
Kees Cook
2
-7
/
+2
2017-07-12
kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogs
Nicholas Piggin
1
-4
/
+44
2017-07-12
kernel/watchdog: split up config options
Nicholas Piggin
4
-131
/
+177
2017-07-12
kernel/watchdog: introduce arch_touch_nmi_watchdog()
Nicholas Piggin
1
-3
/
+2
2017-07-12
fault-inject: support systematic fault injection
Dmitry Vyukov
1
-0
/
+4
2017-07-12
kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files
Cyrill Gorcunov
1
-0
/
+57
2017-07-12
kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()
Mateusz Jurczyk
1
-1
/
+1
2017-07-12
sysctl: add unsigned int range support
Luis R. Rodriguez
1
-0
/
+66
2017-07-12
sysctl: simplify unsigned int support
Luis R. Rodriguez
1
-7
/
+146
2017-07-12
sysctl: fold sysctl_writes_strict checks into helper
Luis R. Rodriguez
1
-24
/
+32
2017-07-12
sysctl: kdoc'ify sysctl_writes_strict
Luis R. Rodriguez
1
-4
/
+25
2017-07-12
kdump: protect vmcoreinfo data under the crash memory
Xunlei Pang
4
-1
/
+71
2017-07-12
powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr
Xunlei Pang
1
-2
/
+1
2017-07-12
kexec: move vmcoreinfo out of the kernel's .bss section
Xunlei Pang
2
-5
/
+23
2017-07-12
kernel/fork.c: virtually mapped stacks: do not disable interrupts
Christoph Lameter
1
-11
/
+5
2017-07-12
fix a braino in compat_sys_getrlimit()
Al Viro
1
-1
/
+1
2017-07-12
ftrace: Fix uninitialized variable in match_records()
Dan Carpenter
1
-1
/
+1
2017-07-12
ftrace: Remove an unneeded NULL check
Dan Carpenter
1
-1
/
+1
2017-07-12
cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() race
Vikram Mulukutla
1
-0
/
+5
2017-07-11
ftrace: Hide cached module code for !CONFIG_MODULES
Arnd Bergmann
1
-0
/
+2
2017-07-11
tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACE
Steven Rostedt (VMware)
1
-0
/
+6
2017-07-11
tracing: Fixup trace file header alignment
Steven Rostedt (VMware)
1
-8
/
+17
2017-07-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
8
-38
/
+28
2017-07-10
kernel/exit.c: avoid undefined behaviour when calling wait4()
zhongjiang
1
-0
/
+4
2017-07-10
kernel/signal.c: avoid undefined behaviour in kill_something_info
zhongjiang
1
-0
/
+4
2017-07-10
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
2
-2
/
+3
2017-07-10
kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)
Masahiro Yamada
1
-8
/
+2
2017-07-10
kernel/groups.c: use sort library function
Rasmus Villemoes
1
-24
/
+11
2017-07-10
kernel/ksysfs.c: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-07-10
mm: make PR_SET_THP_DISABLE immediately active
Michal Hocko
1
-3
/
+3
2017-07-10
Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-07-10
Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'
Rafael J. Wysocki
1
-1
/
+1
2017-07-09
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-18
/
+19
2017-07-09
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-84
/
+134
2017-07-09
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-19
/
+25
2017-07-09
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-2
/
+3
[next]