index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-29
sparc32: fix sparse warning in fault_32.c
Sam Ravnborg
2
-3
/
+12
2014-04-29
sparc32: rename mm/srmmu.h to mm/mm_32.h
Sam Ravnborg
3
-2
/
+2
2014-04-28
Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-23
/
+9
2014-04-28
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
14
-22
/
+105
2014-04-28
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
22
-285
/
+273
2014-04-28
mm: don't pointlessly use BUG_ON() for sanity check
Linus Torvalds
1
-3
/
+5
2014-04-28
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
3
-23
/
+9
2014-04-28
powerpc/4xx: Fix section mismatch in ppc4xx_pci.c
Alistair Popple
1
-1
/
+1
2014-04-28
ppc/kvm: Clear the runlatch bit of a vcpu before napping
Preeti U Murthy
1
-1
/
+11
2014-04-28
ppc/kvm: Set the runlatch bit of a CPU just before starting guest
Preeti U Murthy
1
-0
/
+6
2014-04-28
ppc/powernv: Set the runlatch bits correctly for offline cpus
Preeti U Murthy
1
-0
/
+3
2014-04-28
powerpc/pseries: Protect remove_memory() with device hotplug lock
Li Zhong
1
-4
/
+6
2014-04-28
powerpc: Fix error return in rtas_flash module init
Anton Blanchard
1
-1
/
+1
2014-04-28
powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048
Anton Blanchard
1
-1
/
+1
2014-04-28
powerpc: Bump COMMAND_LINE_SIZE to 2048
Anton Blanchard
1
-1
/
+6
2014-04-28
powerpc: Rename duplicate COMMAND_LINE_SIZE define
Anton Blanchard
3
-7
/
+7
2014-04-28
powerpc/perf/hv-24x7: Catalog version number is be64, not be32
Cody P Schafer
1
-6
/
+7
2014-04-28
powerpc/perf/hv-24x7: Remove [static 4096], sparse chokes on it
Cody P Schafer
1
-1
/
+1
2014-04-28
powerpc/perf/hv-24x7: Use (unsigned long) not (u32) values when calling plpar...
Cody P Schafer
1
-4
/
+16
2014-04-28
powerpc/perf/hv-gpci: Make device attr static
Cody P Schafer
1
-1
/
+1
2014-04-28
powerpc/perf/hv_gpci: Probe failures use pr_debug(), and padding reduced
Cody P Schafer
1
-2
/
+2
2014-04-28
powerpc/perf/hv_24x7: Probe errors changed to pr_debug(), padding fixed
Cody P Schafer
1
-2
/
+2
2014-04-28
powerpc/mm: Fix tlbie to add AVAL fields for 64K pages
Aneesh Kumar K.V
1
-22
/
+16
2014-04-28
powerpc/powernv: Fix little endian issues in OPAL dump code
Anton Blanchard
2
-6
/
+11
2014-04-28
powerpc/powernv: Create OPAL sglist helper functions and fix endian issues
Anton Blanchard
4
-188
/
+76
2014-04-28
powerpc/powernv: Fix little endian issues in OPAL error log code
Anton Blanchard
2
-2
/
+9
2014-04-28
powerpc/powernv: Fix little endian issues with opal_do_notifier calls
Anton Blanchard
1
-3
/
+3
2014-04-28
powerpc/powernv: Remove some OPAL function declaration duplication
Anton Blanchard
1
-10
/
+2
2014-04-28
powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs
Anton Blanchard
2
-7
/
+7
2014-04-28
powerpc/powernv: Release the refcount for pci_dev
Wei Yang
1
-1
/
+0
2014-04-28
powerpc/powernv: Reduce multi-hit of iommu_add_device()
Wei Yang
1
-1
/
+1
2014-04-28
powerpc/powernv: Fix little endian issues in OPAL flash code
Anton Blanchard
1
-4
/
+8
2014-04-28
powerpc/powernv: Fix kexec races going back to OPAL
Benjamin Herrenschmidt
1
-2
/
+46
2014-04-28
powerpc/powernv: Check sysparam size before creation
Joel Stanley
1
-0
/
+6
2014-04-28
powerpc/powernv: Fix typos in sysparam code
Joel Stanley
1
-2
/
+2
2014-04-28
powerpc/powernv: Check sysfs size before copying
Joel Stanley
1
-0
/
+4
2014-04-28
powerpc/powernv: Use ssize_t for sysparam return values
Joel Stanley
1
-5
/
+6
2014-04-28
powerpc/powernv: Fix sysparam sysfs error handling
Joel Stanley
1
-2
/
+5
2014-04-28
powerpc: Fix Oops in rtas_stop_self()
Li Zhong
1
-2
/
+3
2014-04-28
powerpc: Export flush_icache_range
Jeff Mahoney
1
-0
/
+1
2014-04-27
Linux 3.15-rc3
v3.15-rc3
Linus Torvalds
1
-1
/
+1
2014-04-27
word-at-a-time: avoid undefined behaviour in zero_bytemask macro
Will Deacon
1
-6
/
+2
2014-04-27
Merge branch 'safe-dirty-tlb-flush'
Linus Torvalds
6
-33
/
+111
2014-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
8
-45
/
+48
2014-04-27
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
5
-15
/
+56
2014-04-27
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
7
-7
/
+13
2014-04-27
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-25
/
+52
2014-04-27
Merge tag 'tty-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
6
-34
/
+56
2014-04-27
Merge tag 'staging-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-19
/
+59
2014-04-27
Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-4
/
+9
[prev]
[next]