index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-04-26
13
-71
/
+1384
|
\
|
*
platform/chrome: chromeos_laptop - instantiate Atmel at primary address
Dmitry Torokhov
2015-04-24
1
-9
/
+26
|
*
platform/chrome: cros_ec_lpc - Depend on X86 || COMPILE_TEST
Javier Martinez Canillas
2015-03-04
1
-1
/
+1
|
*
platform/chrome: cros_ec_lpc - Include linux/io.h header file
Javier Martinez Canillas
2015-03-04
1
-0
/
+1
|
*
platform/chrome: fix platform_no_drv_owner.cocci warnings
kbuild test robot
2015-03-04
1
-1
/
+0
|
*
platform/chrome: cros_ec_lightbar - fix duplicate const warning
Olof Johansson
2015-03-04
1
-1
/
+1
|
*
platform/chrome: cros_ec_dev - fix Unknown escape '%' warning
Olof Johansson
2015-03-04
1
-1
/
+1
|
*
platform/chrome: Expose Chrome OS Lightbar to users
Bill Richardson
2015-02-26
4
-1
/
+373
|
*
platform/chrome: Create sysfs attributes for the ChromeOS EC
Bill Richardson
2015-02-26
4
-1
/
+280
|
*
mfd: cros_ec: Instantiate ChromeOS EC character device
Javier Martinez Canillas
2015-02-26
1
-0
/
+4
|
*
platform/chrome: Add Chrome OS EC userspace device interface
Bill Richardson
2015-02-26
5
-3
/
+328
|
*
platform/chrome: Add cros_ec_lpc driver for x86 devices
Bill Richardson
2015-02-26
3
-0
/
+332
|
*
mfd: cros_ec: Add char dev and virtual dev pointers
Javier Martinez Canillas
2015-02-26
1
-1
/
+14
|
*
mfd: cros_ec: Use fixed size arrays to transfer data with the EC
Javier Martinez Canillas
2015-02-26
4
-58
/
+29
*
|
Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...
Linus Torvalds
2015-04-26
50
-1145
/
+325
|
\
\
|
*
|
cris: fix integer overflow in ELF_ET_DYN_BASE
Andrey Ryabinin
2015-03-25
1
-1
/
+1
|
*
|
CRISv32: use GENERIC_SCHED_CLOCK
Rabin Vincent
2015-03-25
3
-0
/
+12
|
*
|
CRISv32: use MMIO clocksource
Rabin Vincent
2015-03-25
2
-21
/
+5
|
*
|
CRISv32: use generic clockevents
Rabin Vincent
2015-03-25
2
-60
/
+86
|
*
|
CRIS: use generic headers via Kbuild
Rabin Vincent
2015-03-25
13
-53
/
+12
|
*
|
CRIS: use generic cmpxchg.h
Rabin Vincent
2015-03-25
2
-51
/
+1
|
*
|
CRIS: use generic atomic.h
Rabin Vincent
2015-03-25
4
-165
/
+1
|
*
|
CRIS: use generic atomic bitops
Rabin Vincent
2015-03-25
1
-110
/
+1
|
*
|
CRISv10: remove redundant macros from system.h
Rabin Vincent
2015-03-25
1
-8
/
+0
|
*
|
CRIS: remove SMP code
Rabin Vincent
2015-03-25
17
-638
/
+1
|
*
|
CRISv32: don't enable irqs in INIT_THREAD
Rabin Vincent
2015-03-25
1
-2
/
+1
|
*
|
CRISv32: handle multiple signals
Rabin Vincent
2015-03-25
2
-32
/
+26
|
*
|
CRISv32: prevent bogus restarts on sigreturn
Rabin Vincent
2015-03-25
2
-2
/
+8
|
*
|
CRISv32: don't attempt syscall restart on irq exit
Rabin Vincent
2015-03-25
1
-0
/
+2
|
*
|
Add binding documentation for CRIS
Jesper Nilsson
2015-03-25
3
-0
/
+40
|
*
|
CRIS: add Axis 88 board device tree
Rabin Vincent
2015-03-25
2
-0
/
+56
|
*
|
CRISv32: add device tree support
Rabin Vincent
2015-03-25
6
-0
/
+46
|
*
|
CRISv32: add irq domains support
Rabin Vincent
2015-03-25
2
-3
/
+26
|
*
|
CRIS: enable GPIOLIB
Rabin Vincent
2015-03-25
1
-0
/
+1
*
|
|
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-04-26
11
-117
/
+137
|
\
\
\
|
*
|
|
powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled
Aneesh Kumar K.V
2015-04-23
1
-0
/
+1
|
*
|
|
powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build error
Shreyas B. Prabhu
2015-04-17
1
-1
/
+1
|
*
|
|
powerpc/mm/thp: Return pte address if we find trans_splitting.
Aneesh Kumar K.V
2015-04-17
4
-22
/
+10
|
*
|
|
powerpc/mm/thp: Make page table walk safe against thp split/collapse
Aneesh Kumar K.V
2015-04-17
9
-36
/
+88
|
*
|
|
KVM: PPC: Remove page table walk helpers
Aneesh Kumar K.V
2015-04-17
3
-57
/
+28
|
*
|
|
KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer
Aneesh Kumar K.V
2015-04-17
2
-9
/
+16
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...
Michael Ellerman
2015-04-17
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()
Scott Wood
2015-04-15
1
-0
/
+1
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-04-26
33
-392
/
+1630
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'kvm-arm-for-4.1-take2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2015-04-22
4
-5
/
+19
|
|
\
\
\
\
\
|
|
*
|
|
|
|
KVM: arm/arm64: check IRQ number on userland injection
Andre Przywara
2015-04-22
4
-4
/
+18
|
|
*
|
|
|
|
KVM: arm: irqfd: fix value returned by kvm_irq_map_gsi
Eric Auger
2015-04-22
1
-1
/
+1
|
*
|
|
|
|
|
Merge tag 'signed-kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into kvm...
Paolo Bonzini
2015-04-21
25
-364
/
+1580
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
Paul Mackerras
2015-04-21
4
-22
/
+70
|
|
*
|
|
|
|
|
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
Paul Mackerras
2015-04-21
4
-68
/
+75
[next]