Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5579fd7e6aed8860ea0c8e3f11897493153b10ad
5579fd7
Merge branch 'for-next' into for-linus
by Tejun Heo
· 15 years ago
04a13c7
percpu: don't assume existence of cpu0
by Tejun Heo
· 15 years ago
c2a7e81
powerpc64: convert to dynamic percpu allocator
by Tejun Heo
· 15 years ago
bcb2107
sparc64: use embedding percpu first chunk allocator
by Tejun Heo
· 15 years ago
e933a73
percpu: kill lpage first chunk allocator
by Tejun Heo
· 15 years ago
4518e6a
x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMA
by Tejun Heo
· 15 years ago
c8826dd
percpu: update embedding first chunk allocator to handle sparse units
by Tejun Heo
· 15 years ago
6563297
percpu: use group information to allocate vmap areas sparsely
by Tejun Heo
· 15 years ago
ca23e40
vmalloc: implement pcpu_get_vm_areas()
by Tejun Heo
· 15 years ago
cf88c79
vmalloc: separate out insert_vmalloc_vm()
by Tejun Heo
· 15 years ago
bba174f
percpu: add chunk->base_addr
by Tejun Heo
· 15 years ago
fb435d5
percpu: add pcpu_unit_offsets[]
by Tejun Heo
· 15 years ago
fd1e8a1
percpu: introduce pcpu_alloc_info and pcpu_group_info
by Tejun Heo
· 15 years ago
033e48f
percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward
by Tejun Heo
· 15 years ago
3cbc856
percpu: add @align to pcpu_fc_alloc_fn_t
by Tejun Heo
· 15 years ago
1d9d325
percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()
by Tejun Heo
· 15 years ago
9a77376
percpu: drop @static_size from first chunk allocators
by Tejun Heo
· 15 years ago
f58dc01
percpu: generalize first chunk allocator selection
by Tejun Heo
· 15 years ago
08fc458
percpu: build first chunk allocators selectively
by Tejun Heo
· 15 years ago
00ae406
percpu: rename 4k first chunk allocator to page
by Tejun Heo
· 15 years ago
004018e
percpu: improve boot messages
by Tejun Heo
· 15 years ago
971f391
percpu: fix pcpu_reclaim() locking
by Tejun Heo
· 15 years ago
384be2b
Merge branch 'percpu-for-linus' into percpu-for-next
by Tejun Heo
· 15 years ago
142d44b
percpu: use the right flag for get_vm_area()
by Amerigo Wang
· 15 years ago
74d46d6
percpu, sparc64: fix sparse possible cpu map handling
by Tejun Heo
· 15 years ago
d6647bd
init: set nr_cpu_ids before setup_per_cpu_areas()
by Tejun Heo
· 15 years ago
64f1607
Linux 2.6.31-rc6
by Linus Torvalds
· 15 years ago
2d860ad
genirq: prevent wakeup of freed irq thread
by Linus Torvalds
· 15 years ago
3493e84
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
919aa96
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
1c2ffff
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
bc7af9b
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
d58d2d1
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 15 years ago
7334219
Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 15 years ago
e694958
Make sock_sendpage() use kernel_sendpage()
by Linus Torvalds
· 15 years ago
94d5d1b
perf_counter: Report the cloning task as parent on perf_counter_fork()
by Peter Zijlstra
· 15 years ago
970892a
perf_counter: Fix an ipi-deadlock
by Peter Zijlstra
· 15 years ago
3dab77f
perf: Rework/fix the whole read vs group stuff
by Peter Zijlstra
· 15 years ago
bcfc260
perf_counter: Fix swcounter context invariance
by Peter Zijlstra
· 15 years ago
8fd101f
perf report: Don't show unresolved DSOs and symbols when -S/-d is used
by Arnaldo Carvalho de Melo
· 15 years ago
daac07b
perf tools: Add a general option to enable raw sample records
by Frederic Weisbecker
· 15 years ago
3a9f131
perf tools: Add a per tracepoint counter attribute to get raw sample
by Frederic Weisbecker
· 15 years ago
2840297
perf_counter: Provide hw_perf_counter_setup_online() APIs
by Ingo Molnar
· 15 years ago
8f7a0dc
perf list: Fix large list output by using the pager
by Arnaldo Carvalho de Melo
· 15 years ago
dbefd60
sh: fix i2c init order on ap325rxa V2
by Magnus Damm
· 15 years ago
ba3a170
sh: fix i2c init order on Migo-R V2
by Magnus Damm
· 15 years ago
ba9a633
sh: convert processor device setup functions to arch_initcall()
by Magnus Damm
· 15 years ago
4d484a4
md: allow upper limit for resync/reshape to be set when array is read-only
by NeilBrown
· 15 years ago
1a67dde
md/raid5: Properly remove excess drives after shrinking a raid5/6
by NeilBrown
· 15 years ago
a639755
md/raid5: make sure a reshape restarts at the correct address.
by NeilBrown
· 15 years ago
67ac601
md/raid5: allow new reshape modes to be restarted in the middle.
by NeilBrown
· 15 years ago
51d5668
md: never advance 'events' counter by more than 1.
by NeilBrown
· 15 years ago
a3620f75
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
39cbb60
Remove double removal of blktrace directory
by Alan D. Brunelle
· 15 years ago
78efd1d
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
b637dc0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 15 years ago
42c5c84
Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6
by Linus Torvalds
· 15 years ago
9256a2d
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 15 years ago
1ae88b2
NFS: Fix an O_DIRECT Oops...
by Trond Myklebust
· 15 years ago
04da8a4
perf_counter, x86: Fix/improve apic fallback
by Ingo Molnar
· 15 years ago
0a5ac84
perf record: Add missing -C option support for specifying profile cpu
by Jens Axboe
· 15 years ago
1340e6b
perf tools: Fix dso__new handle() to handle deleted DSOs
by Arnaldo Carvalho de Melo
· 15 years ago
247648e
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available
by Arnaldo Carvalho de Melo
· 15 years ago
94a2475
perf report: Show the tid too in -D
by Arnaldo Carvalho de Melo
· 15 years ago
2a8083f
perf record: Fix .tid and .pid fill-in when synthesizing events
by Arnaldo Carvalho de Melo
· 15 years ago
67fe068
Remove zero-length file drivers/mtd/maps/sbc8240.c
by Jeff Garzik
· 15 years ago
5594639
ahci: add workaround for on-board 5723s on some gigabyte boards
by Tejun Heo
· 15 years ago
b6931c1
ahci: Soften up the dmesg on SB600 PMP softreset failure recovery
by Shane Huang
· 15 years ago
2030887
Documentation/kernel-parameters.txt: document libata's ignore_hpa option
by Michael Prokop
· 15 years ago
51c8949
sata_nv: MSI support, disabled by default
by Tony Vroon
· 15 years ago
7831387
libata: OCZ Vertex can't do HPA
by Tejun Heo
· 15 years ago
1fd4bbe
pata_atiixp: fix second channel support
by Bartlomiej Zolnierkiewicz
· 15 years ago
df9eba8
pata_at91: fix resource release
by Tejun Heo
· 15 years ago
e805513
x86: Fix oops in identify_cpu() on CPUs without CPUID
by Ondrej Zary
· 15 years ago
a8914f3
xfs: fix spin_is_locked assert on uni-processor builds
by Christoph Hellwig
· 15 years ago
b89d420
xfs: check for dinode realtime flag corruption
by Christoph Hellwig
· 15 years ago
e0c222c
use XFS_CORRUPTION_ERROR in xfs_btree_check_sblock
by Eric Sandeen
· 15 years ago
ddd3a14
xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_get
by Christoph Hellwig
· 15 years ago
7b02ecb
xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmap
by Christoph Hellwig
· 15 years ago
10746e4
xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_set
by Christoph Hellwig
· 15 years ago
36fae17
xfs: switch to NOFS allocation under i_lock in xfs_buf_associate_memory
by Christoph Hellwig
· 15 years ago
3f52c2f
xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_result
by Christoph Hellwig
· 15 years ago
73195ed
xfs: switch to NOFS allocation under i_lock in xfs_da_buf_make
by Christoph Hellwig
· 15 years ago
f41d7fb
xfs: switch to NOFS allocation under i_lock in xfs_da_state_alloc
by Christoph Hellwig
· 15 years ago
ca35dcd
xfs: switch to NOFS allocation under i_lock in xfs_getbmap
by Christoph Hellwig
· 15 years ago
0cc6eee
xfs: avoid memory allocation under m_peraglock in growfs code
by Christoph Hellwig
· 15 years ago
8884be9
Merge branch 'fix/hda' into for-linus
by Takashi Iwai
· 15 years ago
909a260
Merge branch 'fix/asoc' into for-linus
by Takashi Iwai
· 15 years ago
7cb7beb
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/fyu/linux-2.6
by Linus Torvalds
· 15 years ago
e7369e0
arch/ia64/kernel/iosapic: missing test after ioremap()
by Roel Kluin
· 15 years ago
5359dff
ia64/topology.c: exit cache_add_dev when kobject_init_and_add fails
by Fenghua Yu
· 15 years ago
bf2a4c7
arch/ia64/Makefile: Remove -mtune=merced in IA64 kernel build
by Fenghua Yu
· 15 years ago
b5a8879
IA64: includecheck fix: ia64, pgtable.h
by Jaswinder Singh Rajput
· 15 years ago
cfa5f80
IA64: includecheck fix: ia64, ia64_ksyms.c
by Jaswinder Singh Rajput
· 15 years ago
8d6f9af
ia64: boolean __test_and_clear_bit
by Johannes Weiner
· 15 years ago
51b89f7
Bug Fix arch/ia64/kernel/pci-dma.c: fix recursive dma_supported() call in iommu_dma_supported()
by Fenghua Yu
· 15 years ago
fbd8b18
x86: Clear incorrectly forced X86_FEATURE_LAHF_LM flag
by Kevin Winchester
· 15 years ago
f64cccc
perf_counter, x86: Fix generic cache events on P6-mobile CPUs
by Ingo Molnar
· 15 years ago
3c581a7
perf_counter, x86: Fix lapic printk message
by Ingo Molnar
· 15 years ago
0d01f31
x86, mce: therm_throt - change when we print messages
by Dmitry Torokhov
· 15 years ago
Next »