Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
110c1fa75463c4f327e9fc491e9a27e938800d96
« Previous
6cb8f91
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
by Christoph Lameter
· 17 years ago
ef2ad80
Slab allocators: consolidate code for krealloc in mm/util.c
by Christoph Lameter
· 17 years ago
d45f39c
SLUB Debug: fix initial object debug state of NUMA bootstrap objects
by Christoph Lameter
· 17 years ago
6300ea7
SLUB: ensure that the number of objects per slab stays low for high orders
by Christoph Lameter
· 17 years ago
68dff6a
SLUB slab validation: Move tracking information alloc outside of lock
by Christoph Lameter
· 17 years ago
5b95a4ac
SLUB: use list_for_each_entry for loops over all slabs
by Christoph Lameter
· 17 years ago
2492268
SLUB: change error reporting format to follow lockdep loosely
by Christoph Lameter
· 17 years ago
8e1f936
mm: clean up and kernelify shrinker registration
by Rusty Russell
· 17 years ago
5ad333e
Lumpy Reclaim V4
by Andy Whitcroft
· 17 years ago
7e63efe
Add a movablecore= parameter for sizing ZONE_MOVABLE
by Mel Gorman
· 17 years ago
ed7ed36
handle kernelcore=: generic
by Mel Gorman
· 17 years ago
396faf0
Allow huge page allocations to use GFP_HIGH_MOVABLE
by Mel Gorman
· 17 years ago
2a1e274
Create the ZONE_MOVABLE zone
by Mel Gorman
· 17 years ago
769848c
Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated
by Mel Gorman
· 17 years ago
a32ea1e
Fix read/truncate race
by NeilBrown
· 17 years ago
e21ea24
mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty
by Martin Schwidefsky
· 17 years ago
f0e47c2
mm: remove ptep_establish()
by Martin Schwidefsky
· 17 years ago
5ee403f
parse error, drivers/i2c/busses/i2c-pmcmsp.c
by Yoann Padioleau
· 17 years ago
e5bd762
[IA64] Enable percpu vector domain for IA64_DIG
by Yasuaki Ishimatsu
· 17 years ago
d080d39
[IA64] Enable percpu vector domain for IA64_GENERIC
by Yasuaki Ishimatsu
· 17 years ago
cd378f1
[IA64] Support irq migration across domain
by Yasuaki Ishimatsu
· 17 years ago
4994be1
[IA64] Add support for vector domain
by Yasuaki Ishimatsu
· 17 years ago
e1b30a3
[IA64] Add mapping table between irq and vector
by Yasuaki Ishimatsu
· 17 years ago
f8c087f
[IA64] Check if irq is sharable
by Yasuaki Ishimatsu
· 17 years ago
4bbdec7
[IA64] Fix invalid irq vector assumption for iosapic
by Yasuaki Ishimatsu
· 17 years ago
eb21ab2
[IA64] Use dynamic irq for iosapic interrupts
by Yasuaki Ishimatsu
· 17 years ago
c1726d6
[IA64] Use per iosapic lock for indirect iosapic register access
by Yasuaki Ishimatsu
· 17 years ago
40598cb
[IA64] Cleanup lock order in iosapic_register_intr
by Yasuaki Ishimatsu
· 17 years ago
c5e3f9e
[IA64] Remove duplicated members in iosapic_rte_info
by Yasuaki Ishimatsu
· 17 years ago
e3a8f7b
[IA64] Remove block structure for locking in iosapic.c
by Yasuaki Ishimatsu
· 17 years ago
ae6f4a8
Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 17 years ago
5d3a8cd
bsg: fix missing space in version print
by Jens Axboe
· 17 years ago
b824325
xtensa: use DATA_DATA in xtensa
by Mathieu Desnoyers
· 17 years ago
3ae0aa9
powerpc: add missing DATA_DATA to powerpc
by Mathieu Desnoyers
· 17 years ago
5c617c6
cris: use DATA_DATA in cris
by Mathieu Desnoyers
· 17 years ago
7c5d249
kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.c
by Paulo Marques
· 17 years ago
af332aa
kbuild: use -fno-optimize-sibling-calls unconditionally
by Adrian Bunk
· 17 years ago
d8982ba
kconfig: reset generated values only if Kconfig and .config agree.
by Roman Zippel
· 17 years ago
a412c17
kbuild: fix the warning when running make tags
by Aneesh Kumar K.V
· 17 years ago
0584f9f
kconfig: strip 'CONFIG_' automatically in kernel configuration search
by Bernhard Walle
· 17 years ago
c051903
kbuild: use POSIX BRE in headers install target
by Mike Frysinger
· 17 years ago
13bd59a
Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG
by Geert Uytterhoeven
· 17 years ago
a07a5b3
[S390] Fix broken logic, SIGA flags must be bitwise ORed
by Jan Glauber
· 17 years ago
086a6c6
[S390] cio: Dont print trailing \0 in modalias_show().
by Cornelia Huck
· 17 years ago
e90a285
[S390] Simplify stack trace.
by Heiko Carstens
· 17 years ago
810cb5b
[S390] z/VM unit record device driver
by Frank Munzert
· 17 years ago
d9d119f
[S390] vmcp cleanup
by Christian Borntraeger
· 17 years ago
6cbed91
[S390] qdio: output queue stall on FCP and network devices
by Frank Pavlic
· 17 years ago
92d154b
[S390] Fix disassembly of RX_URRD, SI_URD & PC-relative instructions.
by Christian Borntraeger
· 17 years ago
a13a9b6
[S390] Update default configuration.
by Martin Schwidefsky
· 17 years ago
319a7b7
bsg: Kconfig updates
by FUJITA Tomonori
· 17 years ago
0ed081c
bsg: minor cleanup
by FUJITA Tomonori
· 17 years ago
1c1133e
bsg: device hash table cleanup
by FUJITA Tomonori
· 17 years ago
9b9f770
bsg: fix initialization error handling bugs
by FUJITA Tomonori
· 17 years ago
eec73e8
Whitelist references from __dbe_table to .init
by Ralf Baechle
· 17 years ago
a5eb6a5
modpost white list pattern adjustment
by Jan Beulich
· 17 years ago
741f98f
kbuild: do section mismatch check on full vmlinux
by Sam Ravnborg
· 17 years ago
5cdf7f7
bsg: mark FUJITA Tomonori as bsg maintainer
by Jens Axboe
· 17 years ago
46f6ef4
bsg: convert to dynamic major
by Jens Axboe
· 17 years ago
25fd164
bsg: address various review comments
by Jens Axboe
· 17 years ago
45ea5dcd
drm: add idr_init to drm_stub.c
by Dave Airlie
· 17 years ago
cca5307
drm: fix problem with SiS typedef with sisfb enabled.
by Dave Airlie
· 17 years ago
a5fcaa2
Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 17 years ago
d4e2cbe
drm: convert drawable code to using idr
by Dave Airlie
· 17 years ago
6296814
drm: convert drm context code to use Linux idr
by Dave Airlie
· 17 years ago
489de30
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
1f1c288
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 17 years ago
7608a86
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 17 years ago
7713a7d
[HRTIMER] Fix cpu pointer arg to clockevents_notify()
by David Miller
· 17 years ago
f798634
[SERIAL] SUNHV: Fix jerky console on LDOM guests.
by David S. Miller
· 17 years ago
778feeb
[SPARC64]: Fix race between MD update and dr-cpu add.
by David S. Miller
· 17 years ago
3ac66e3
[SPARC64]: SMP build fix.
by Fabio Massimo Di Nitto
· 17 years ago
29417b8
Make BLK_DEV_BSG depend strictly on SCSI=y
by Linus Torvalds
· 17 years ago
a54890d
Make check_signature depend on CONFIG_HAS_IOMEM
by Linus Torvalds
· 17 years ago
c5e3ae8
forcedeth bug fix: realtek phy
by Ayaz Abdulla
· 17 years ago
d215d8a
forcedeth bug fix: vitesse phy
by Ayaz Abdulla
· 17 years ago
14a67f3
forcedeth bug fix: cicada phy
by Ayaz Abdulla
· 17 years ago
05ffdd7
atl1: reorder atl1_main functions
by Jay Cliburn
· 17 years ago
2ca13da
atl1: fix excessively indented code
by Jay Cliburn
· 17 years ago
53ffb42
atl1: cleanup atl1_main
by Jay Cliburn
· 17 years ago
2b11614
atl1: header file cleanup
by Jay Cliburn
· 17 years ago
70d9d4b
atl1: remove irq_sem
by Jay Cliburn
· 17 years ago
d4f01a7
cdc-subset to support new vendor/product ID
by jing xiang
· 17 years ago
9030c0d
8139cp: implement the missing dev->tx_timeout
by Francois Romieu
· 17 years ago
c97884b
myri10ge: Remove nonsensical limit in the tx done routine
by Brice Goglin
· 17 years ago
be5ae97
gianfar: kill unused header
by Kumar Gala
· 17 years ago
06103b1
EP93XX_ETH must select MII
by John Donoghue
· 17 years ago
446ebd0
macb: Add multicast capability
by Patrice Vilchez
· 17 years ago
6c36a70
macb: Use generic PHY layer
by frederic RODO
· 17 years ago
54ab292
s390: add barriers to qeth driver
by Frank Blaschka
· 17 years ago
aa617aa
s390: scatter-gather for inbound traffic in qeth driver
by Frank Blaschka
· 17 years ago
44c8215
eHEA: Introducing support vor DLPAR memory add
by Thomas Klein
· 17 years ago
5be80846
Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream
by Jeff Garzik
· 17 years ago
8910b49
Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c
by Micah Gruber
· 17 years ago
2e27afb
Revert "[NET]: Fix races in net_rx_action vs netpoll."
by Linus Torvalds
· 17 years ago
1e29a70
kbuild: whitelist references from variables named _timer to .init.text
by Sam Ravnborg
· 17 years ago
92cc6b0
kbuild: remove hardcoded _logo names from modpost
by Sam Ravnborg
· 17 years ago
d3ab785
kbuild: remove hardcoded apic_es7000 from modpost
by Sam Ravnborg
· 17 years ago
6fc53ba
kbuild: warn about references from .init.text to .exit.text
by Sam Ravnborg
· 17 years ago
1d8af55
kbuild: consolidate section checks
by Sam Ravnborg
· 17 years ago
Next »