Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cd2bd44ea8a2e8be8fff583fa5759e8f3758e67a
cd2bd44
powerpc/mpc83xx: Support for MPC8308 P1M board
by Ilya Yanok
· 14 years ago
677de42
powerpc/85xx: flush dcache before resetting cores
by Matthew McClintock
· 14 years ago
5d69296
powerpc/85xx: Minor fixups for kexec on 85xx
by Matthew McClintock
· 14 years ago
edb8580
powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexec
by Matthew McClintock
· 14 years ago
c71635d
powerpc/kexec: make masking/disabling interrupts generic
by Matthew McClintock
· 14 years ago
fbdd714
powerpc/watchdog: Allow the Book-E driver to be compiled as a module
by Timur Tabi
· 14 years ago
55ec2fc
powerpc: export ppc_proc_freq and ppc_tb_freq as GPL symbols
by Timur Tabi
· 14 years ago
b8f44ec
powerpc/fsl-pci: Fix MSI support on 83xx platforms
by Kumar Gala
· 14 years ago
4108d9b
powerpc/Makefiles: Change to new flag variables
by matt mooney
· 14 years ago
fc15351
powerpc/spufs: Use llseek in all file operations
by Arnd Bergmann
· 14 years ago
f56029b
powerpc/pseries/xics: Use cpu_possible_mask rather than cpu_all_mask
by Nishanth Aravamudan
· 14 years ago
bc0df9e
powerpc/pci: Cleanup device dma setup code
by Nishanth Aravamudan
· 14 years ago
e72ed6b
powerpc/pseries: Use kmemdup
by Nishanth Aravamudan
· 14 years ago
45848e0
powerpc/viobus: Free TCE table on device release
by Nishanth Aravamudan
· 14 years ago
edea8f6
powerpc/vio: Use put_device() on device_register failure
by Nishanth Aravamudan
· 14 years ago
ffa56e55
powerpc/dma: Fix check for direct DMA support
by Nishanth Aravamudan
· 14 years ago
1cb8e85
powerpc/dma: Fix dma_iommu_dma_supported compare
by Nishanth Aravamudan
· 14 years ago
dda804a
powerpc/pci: Fix return type of BUID_{HI,LO} macros
by Nishanth Aravamudan
· 14 years ago
8032214
i2c/i2c-pasemi.c: Fix unsigned return type
by Julia Lawall
· 14 years ago
a655237
powerpc/irq.c: Add of_node_put to avoid memory leak
by Julia Lawall
· 14 years ago
689fd14
powerpc: Remove pr_<level> uses of KERN_<level>
by Joe Perches
· 14 years ago
4e74fd7
powerpc: Use static const char arrays
by Joe Perches
· 14 years ago
410bccf
powerpc/pseries: Partition migration in the kernel
by Nathan Fontenot
· 14 years ago
d8862be
powerpc/pseries: Export rtas_ibm_suspend_me()
by Nathan Fontenot
· 14 years ago
2064897
powerpc/pseries: Export device tree updating routines
by Nathan Fontenot
· 14 years ago
4783f39
Merge remote branch 'kumar/merge' into next
by Benjamin Herrenschmidt
· 14 years ago
5b8544c
powerpc/ppc64e: Fix link problem when building ppc64e_defconfig
by Kumar Gala
· 14 years ago
6b0cd00
Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 14 years ago
c8d86d8
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
74de82e
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 14 years ago
dda9cd9
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
afe1474
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
5710c2b
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
a4099ae
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 14 years ago
5672bc81
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 14 years ago
27b3d80
sysctl: fix min/max handling in __do_proc_doulongvec_minmax()
by Eric Dumazet
· 14 years ago
aaac7d9
MAINTAINERS: add Samsung S5P series FIMC maintainers
by Kyungmin Park
· 14 years ago
880b0e2
MAINTAINERS: Haavard has moved
by Andrew Morton
· 14 years ago
ad4ca5f
memcg: fix thresholds with use_hierarchy == 1
by Kirill A. Shutemov
· 14 years ago
f241e660
mm: alloc_large_system_hash() printk overflow on 16TB boot
by Robin Holt
· 14 years ago
47f43e7
HWPOISON: Stop shrinking at right page count
by Andi Kleen
· 14 years ago
0d9ee6a
HWPOISON: Report correct address granuality for AO huge page errors
by Andi Kleen
· 14 years ago
a337fda
HWPOISON: Copy si_addr_lsb to user
by Andi Kleen
· 14 years ago
6715981
page-types.c: fix name of unpoison interface
by Naoya Horiguchi
· 14 years ago
430c62f
elevator: fix oops on early call to elevator_change()
by Jens Axboe
· 14 years ago
dab8dcf
drm: don't drop handle reference on unload
by Dave Airlie
· 14 years ago
081003f
xfs: properly account for reclaimed inodes
by Johannes Weiner
· 14 years ago
5c04f55
md: check return code of read_sb_page
by Vasiliy Kulikov
· 14 years ago
db8d9d3
md/raid1: minor bio initialisation improvements.
by NeilBrown
· 14 years ago
7571ae8
md/raid1: avoid overflow in raid1 resync when bitmap is in use.
by NeilBrown
· 14 years ago
cb655d0
Linux 2.6.36-rc7
by Linus Torvalds
· 14 years ago
81c20b9
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
089eed2
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
34984f5
Merge branch 'v2.6.36-rc6-urgent-fixes' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm
by Linus Torvalds
· 14 years ago
8fe9793
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
7c6d45e
powerpc: remove unused variable
by Stephen Rothwell
· 14 years ago
1df6a2e
drm/ttm: Fix two race conditions + fix busy codepaths
by Thomas Hellstrom
· 14 years ago
e1d9694
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
39c12be
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
231d0ae
wait: using uninitialized member of wait queue
by Evgeny Kuznetsov
· 14 years ago
5336377
modules: Fix module_bug_list list corruption race
by Linus Torvalds
· 14 years ago
31e7e93
xen: do not initialize PV timers on HVM if !xen_have_vector_callback
by Stefano Stabellini
· 14 years ago
a947f0f
xen: do not set xenstored_ready before xenbus_probe on hvm
by Stefano Stabellini
· 14 years ago
f6cd378
Input: wacom - fix runtime PM related deadlock
by Dmitry Torokhov
· 14 years ago
2f6b3aa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
by Linus Torvalds
· 14 years ago
3c06806
Merge branch 'merge-powerpc' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
d9f73af
Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
53d22d8
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging
by Linus Torvalds
· 14 years ago
5a4bbd0
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 14 years ago
989cd44
Merge branch 'merge-spi' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
4a73a43
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
c470af0
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel
by Linus Torvalds
· 14 years ago
4e31635
ksm: fix bad user data when swapping
by Hugh Dickins
· 14 years ago
4829b90
ksm: fix page_address_in_vma anon_vma oops
by Hugh Dickins
· 14 years ago
158d674
MIPS: Octeon: Place cnmips_cu2_setup in __init memory.
by David Daney
· 14 years ago
4c7106c
MIPS: Don't place cu2 notifiers in __cpuinitdata
by David Daney
· 14 years ago
2ccc5b1
MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.bin
by Shmulik Ladkani
· 14 years ago
2b877a3
MIPS: Alchemy: Resolve prom section mismatches
by Manuel Lauss
· 14 years ago
e080e61
MIPS: Fix syscall 64 bit number comments.
by Ralf Baechle
· 14 years ago
5e844b3
MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.
by David Daney
· 14 years ago
c9c4d98b
MIPS: TX49xx: Rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
by FUJITA Tomonori
· 14 years ago
e9fb4d8
MIPS: N32: Fix getdents64 syscall for n32
by Bernhard Walle
· 14 years ago
7dde29c
MIPS: Remove pr_<level> uses of KERN_<level>
by Joe Perches
· 14 years ago
c1b47e9
MIPS: PNX8550: Sort out machine halt, restart and powerdown functions.
by Ralf Baechle
· 14 years ago
863cb9b
MIPS: GIC: Remove dependencies from Malta files.
by Ralf Baechle
· 14 years ago
25f12b3
MIPS: Kconfig: Fix and clarify kconfig help text for VSMP and SMTC.
by Ralf Baechle
· 14 years ago
a2e715a
MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask.
by Ralf Baechle
· 14 years ago
2445994
MIPS: Audit: Fix hang in entry.S.
by Ralf Baechle
· 14 years ago
5707bf6
MIPS: Document why RELOC_HIDE is there.
by Ralf Baechle
· 14 years ago
1ec0e73
MIPS: Octeon: Determine if helper needs to be built
by Andreas Bießmann
· 14 years ago
2b78920
MIPS: Use generic atomic64 for 32-bit kernels
by Deng-Cheng Zhu
· 14 years ago
543001f
MIPS: RM7000: Symbol should be static
by Ricardo Mendoza
· 14 years ago
26deda5
MIPS: kspd: Adjust confusing if indentation
by Julia Lawall
· 14 years ago
eefc3f3
MIPS: Fix a typo.
by Andrea Gelmini
· 14 years ago
0f940cb
perf trace scripting: Fix extern struct definitions
by Stephane Eranian
· 14 years ago
c569d33
perf ui hist browser: Fix segfault on 'a' for annotate
by Frederik Deweerdt
· 14 years ago
39cfae6
perf tools: Fix build breakage
by Kusanagi Kouichi
· 14 years ago
aaead25
writeback: always use sb->s_bdi for writeback purposes
by Christoph Hellwig
· 14 years ago
0157443
fuse: Initialize total_len in fuse_retrieve()
by Geert Uytterhoeven
· 14 years ago
7dcd249
drm/i915: Rephrase pwrite bounds checking to avoid any potential overflow
by Chris Wilson
· 14 years ago
Next »