index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-06
drivers/rtc/rtc-88pm860x.c: use of_get_child_by_name()
Krzysztof Kozlowski
1
-1
/
+1
2014-06-06
arch/mips/dec: switch DECstation systems to rtc-cmos
Maciej W. Rozycki
2
-1
/
+45
2014-06-06
drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation support
Maciej W. Rozycki
2
-25
/
+64
2014-06-06
drivers/rtc/rtc-efi.c: avoid subtracting day twice when computing year days
Lee, Chun-Yi
1
-1
/
+1
2014-06-06
drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162
Wolfram Sang
2
-2
/
+3
2014-06-06
drivers/rtc/rtc-m41t80.c: propagate error value from smbus functions
Wolfram Sang
1
-14
/
+23
2014-06-06
drivers/rtc/rtc-m41t80.c: clean up error paths
Wolfram Sang
1
-41
/
+23
2014-06-06
drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro
Wolfram Sang
1
-6
/
+0
2014-06-06
arm64: add APM X-Gene SoC RTC DTS entry
Loc Ho
1
-0
/
+21
2014-06-06
drivers/rtc: add APM X-Gene SoC RTC driver
Loc Ho
3
-0
/
+288
2014-06-06
Documentation/devicetree/bindings: add documentation for the APM X-Gene SoC R...
Loc Ho
1
-0
/
+28
2014-06-06
drivers/rtc/interface.c: fix infinite loop in initializing the alarm
Ales Novak
1
-2
/
+12
2014-06-06
fs/ceph/debugfs.c: replace seq_printf by seq_puts
Fabian Frederick
1
-3
/
+3
2014-06-06
fs/ceph: replace pr_warning by pr_warn
Fabian Frederick
4
-6
/
+6
2014-06-06
slub: search partial list on numa_mem_id(), instead of numa_node_id()
Joonsoo Kim
1
-1
/
+1
2014-06-06
mm: vmscan: clear kswapd's special reclaim powers before exiting
Johannes Weiner
1
-0
/
+3
2014-06-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
96
-605
/
+6391
2014-06-06
Fix ARM merge mistake in mvebu board file
Linus Torvalds
1
-1
/
+0
2014-06-05
Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...
Linus Torvalds
12
-144
/
+9
2014-06-05
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next
Linus Torvalds
141
-1558
/
+2408
2014-06-05
Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
21
-26
/
+1619
2014-06-05
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
11
-263
/
+361
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
40
-608
/
+794
2014-06-05
Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
14
-41
/
+387
2014-06-05
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+4
2014-06-05
Merge branch 'devel-stable' into for-next
Russell King
7
-9
/
+218
2014-06-05
Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next
Russell King
135
-1471
/
+2098
2014-06-05
microblaze: Fix typo in head.S s/substract/subtract/
Antonio Ospite
1
-1
/
+1
2014-06-04
Merge branch 'akpm' (patchbomb from Andrew) into next
Linus Torvalds
279
-3514
/
+4712
2014-06-04
fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init
Fabian Frederick
1
-1
/
+1
2014-06-04
fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul
Fabian Frederick
1
-7
/
+6
2014-06-04
init/main.c: remove an ifdef
Andrew Morton
2
-2
/
+4
2014-06-04
kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...
Oleg Nesterov
2
-7
/
+1
2014-06-04
init/main.c: add initcall_blacklist kernel parameter
Prarit Bhargava
2
-0
/
+72
2014-06-04
init/main.c: don't use pr_debug()
Andrew Morton
1
-2
/
+2
2014-06-04
fs/binfmt_flat.c: make old_reloc() static
Axel Lin
1
-1
/
+1
2014-06-04
fs/binfmt_elf.c: fix bool assignements
Fabian Frederick
1
-2
/
+2
2014-06-04
fs/efs: convert printk(KERN_DEBUG to pr_debug
Fabian Frederick
3
-26
/
+17
2014-06-04
fs/efs: add pr_fmt / use __func__
Fabian Frederick
6
-35
/
+49
2014-06-04
fs/efs: convert printk to pr_foo()
Fabian Frederick
5
-35
/
+32
2014-06-04
scripts/checkpatch.pl: device_initcall is not the only __initcall substitute
Fabian Frederick
1
-2
/
+2
2014-06-04
checkpatch: check stable email address
Joe Perches
1
-0
/
+6
2014-06-04
checkpatch: warn on unnecessary void function return statements
Joe Perches
1
-0
/
+7
2014-06-04
checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);
Joe Perches
1
-0
/
+21
2014-06-04
checkpatch: add warning for kmalloc/kzalloc with multiply
Joe Perches
1
-0
/
+24
2014-06-04
checkpatch: warn on #defines ending in semicolon
Joe Perches
1
-0
/
+11
2014-06-04
checkpatch: make --strict a default for files in drivers/net and net/
Joe Perches
1
-0
/
+13
2014-06-04
checkpatch: always warn on missing blank line after variable declaration block
Joe Perches
1
-10
/
+34
2014-06-04
checkpatch: fix wildcard DT compatible string checking
Rob Herring
1
-2
/
+4
2014-06-04
kernel/compat.c: use sizeof() instead of sizeof
Fabian Frederick
1
-4
/
+4
[next]