Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8655e7e3ddec60603c4f6c14cdf642e2ba198df8
8655e7e
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
461d208
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 15 years ago
9fdfbc2
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
8cea4eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
by Linus Torvalds
· 15 years ago
122ce87
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 15 years ago
b634587
tracing: Do not record user stack trace from NMI context
by Steven Rostedt
· 15 years ago
a2f8071
tracing: Disable buffer switching when starting or stopping trace
by Steven Rostedt
· 15 years ago
283740c
tracing: Use same local variable when resetting the ring buffer
by Steven Rostedt
· 15 years ago
ea14eb7
function-graph: Init curr_ret_stack with ret_stack
by Steven Rostedt
· 15 years ago
52fbe9c
ring-buffer: Move disabled check into preempt disable section
by Lai Jiangshan
· 15 years ago
daf9fe2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 15 years ago
9d85929
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 15 years ago
6db823c
Fix up .gitignore for top-level file patterns
by Linus Torvalds
· 15 years ago
64d5aea
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
3836a03
anon_inodes: mark the anon inode private
by Eric Paris
· 15 years ago
83c0fb6
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6
by Linus Torvalds
· 15 years ago
11bfe2e
Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
by Linus Torvalds
· 15 years ago
b6fedfd
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 15 years ago
c32da02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
dca1d9f
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
9ff993394
sysctl extern cleanup: poll
by Dave Young
· 15 years ago
2edf5e4
sysctl extern cleanup: lockdep
by Dave Young
· 15 years ago
4f0e056
sysctl extern cleanup: rtmutex
by Dave Young
· 15 years ago
c55b7c3
sysctl extern cleanup: acct
by Dave Young
· 15 years ago
15485a4
sysctl extern cleanup: sg
by Dave Young
· 15 years ago
5ed1091
sysctl extern cleanup: module
by Dave Young
· 15 years ago
e5ab677
sysctl extern cleanup: rcu
by Dave Young
· 15 years ago
d33ed52
sysctl extern cleanup: signal
by Dave Young
· 15 years ago
eb5572f
sysctl extern cleanup: C_A_D
by Dave Young
· 15 years ago
d759c37
mxcmmc: fixed max_seg_size value on initialization
by Vladimir Zapolskiy
· 15 years ago
51ea3f6
inflate_fast: sout is already a short so ptr arith was off by one.
by Joakim Tjernlund
· 15 years ago
e69eae6
zlib: make new optimized inflate endian independent
by Joakim Tjernlund
· 15 years ago
5ceaa2f
decompress: fix new decompressor for PIC
by Russell King
· 15 years ago
8c1840f
sgi-gru: use for_each_set_bit()
by Akinobu Mita
· 15 years ago
0fbcae2
drivers/char/mmtimer.c: eliminate useless code
by Julia Lawall
· 15 years ago
582ef52
w1: mxc_w1: move probe() and remove() to the dev* text area
by Alberto Panizzo
· 15 years ago
6786073
w1: fix test in ds2482_wait_1wire_idle()
by Roel Kluin
· 15 years ago
7ed63d5
serial amba-pl010: enable PPS support
by Rodolfo Giometti
· 15 years ago
dc77f16
serial 8250: enable PPS support
by Rodolfo Giometti
· 15 years ago
a0880df
pps: serial clients support
by Rodolfo Giometti
· 15 years ago
572b9ad
ldisc n_tty: add new method n_tty_inherit_ops()
by Rodolfo Giometti
· 15 years ago
b3e63af
ldisc: new dcd_change() method for line disciplines
by Rodolfo Giometti
· 15 years ago
697fb85
pps: LinuxPPS clients support
by Rodolfo Giometti
· 15 years ago
51e7364
Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txt
by FUJITA Tomonori
· 15 years ago
f5a69f4
Documentation: remove the PCI DMA API description in DMA-API.txt
by FUJITA Tomonori
· 15 years ago
216bf58
Documentation: convert PCI-DMA-mapping.txt to use the generic DMA API
by FUJITA Tomonori
· 15 years ago
5f3cd1e
dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.h
by FUJITA Tomonori
· 15 years ago
6fee48c
dma-mapping: arm: use generic pci_set_dma_mask and pci_set_consistent_dma_mask
by FUJITA Tomonori
· 15 years ago
6e6c70e
dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma_mask
by FUJITA Tomonori
· 15 years ago
6a1961f
dma-mapping: dma-mapping.h: add dma_set_coherent_mask
by FUJITA Tomonori
· 15 years ago
e3c4bcc
dma-mapping: pci: convert pci_set_dma_mask to call dma_set_mask
by FUJITA Tomonori
· 15 years ago
c186cac
dma-mapping: alpha: use include/linux/pci-dma-compat.h
by FUJITA Tomonori
· 15 years ago
3490042
dma-mapping: sparc: unify 32bit and 64bit dma_set_mask
by FUJITA Tomonori
· 15 years ago
06db881
dma-mapping: mn10300: remove the obsolete and unnecessary DMA API comments
by FUJITA Tomonori
· 15 years ago
2b4f767
dma-mapping: blackfin: remove the obsolete and unnecessary DMA API comments
by FUJITA Tomonori
· 15 years ago
027491f
dma-mapping: frv: remove the obsolete and unnecessary DMA API comments
by FUJITA Tomonori
· 15 years ago
0acedc1
dma-mapping.h: add the dma_unmap state API
by FUJITA Tomonori
· 15 years ago
f41b177
pci-dma: add linux/pci-dma.h to linux/pci.h
by FUJITA Tomonori
· 15 years ago
c7e67ac
pci-dma: cris: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
479ea1e
pci-dma: xtensa: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
d15b51b
pci-dma: sparc: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
5cabbb6
pci-dma: sh: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
af407c6
pci-dma: powerpc: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
74a0bd6
pci-dma: parisc: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
e1e02b3
pci-dma: mips: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
66ed5ef
pci-dma: ia64: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
272ecbe
pci-dma: frv: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
ccd7ab7
pci-dma: arm: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
08d925b
pci-dma: alpha: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
3bc4e45
pci-dma: x86: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
5637f2d
pci-dma: add include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
771cb3e
um: remove dma_sync_single_range
by FUJITA Tomonori
· 15 years ago
8d2efd0
alpha: remove dma_sync_single_range
by FUJITA Tomonori
· 15 years ago
8127bfc
DMA-API.txt: remove dma_sync_single_range description
by FUJITA Tomonori
· 15 years ago
9705ef7
DMA-API.txt: add dma_sync_single/sg API description
by FUJITA Tomonori
· 15 years ago
039956e
Documentation/DMA-API.txt: remove deprecated function descriptions
by FUJITA Tomonori
· 15 years ago
8004fd2
edac: e752x: add dram scrubbing support
by Peter Tyser
· 15 years ago
8de5c1a
edac: e752x fsb ecc
by Konstantin Olifer
· 15 years ago
66ed3f7
edac: mpc85xx use resource_size instead of raw math
by H Hartley Sweeten
· 15 years ago
dcca7c3
edac: mpc85xx improve SDRAM error reporting
by Peter Tyser
· 15 years ago
2176863
edac: mpc85xx mask ecc syndrome correctly
by Peter Tyser
· 15 years ago
8467005
nsproxy: remove INIT_NSPROXY()
by Alexey Dobriyan
· 15 years ago
13aa9a6
pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()
by Oleg Nesterov
· 15 years ago
6edb676
ipmi: remove ipmi_smi.h self-include
by Corey Minyard
· 15 years ago
2f95d51
ipmi: fix slave_addrs setting to actually work
by Bela Lubkin
· 15 years ago
ae74e82
ipmi: add parameter to limit CPU usage in kipmid
by Martin Wilck
· 15 years ago
f1eb133
ipc: use rlimit helpers
by Jiri Slaby
· 15 years ago
d6db2ad
copy_signal() cleanup: clean tty_audit_fork()
by Veaceslav Falico
· 15 years ago
93c5990
copy_signal() cleanup: clean thread_group_cputime_init()
by Veaceslav Falico
· 15 years ago
4dd66e6
copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()
by Veaceslav Falico
· 15 years ago
a56704e
copy_signal() cleanup: use zalloc and remove initializations
by Veaceslav Falico
· 15 years ago
e34112e
m32r: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
290ba3a
cris arch-v32: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
8313809
cris arch-v10: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
6d75ca1
xtensa: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
1bd0950
um: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
55436c9
mips: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
fa1ac57
microblaze: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
7a0fde8
m68knommu: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
857fb25
h8300: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
Next »