Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
032c17e8afa150412810ffc19913ecd5eb531d57
/
include
ed6b9b9
alpha: teach the compiler that BUG doesn't return
by Andrew Morton
· 17 years ago
95d193a
alpha: replace __inline with inline
by Harvey Harrison
· 17 years ago
3898b1b
capabilities: implement per-process securebits
by Andrew G. Morgan
· 17 years ago
8cece85
mm: fix broken gfp_zone with __GFP_THISNODE
by KAMEZAWA Hiroyuki
· 17 years ago
e70260a
memory hotplug: make alloc_bootmem_section()
by Yasunori Goto
· 17 years ago
0475327
memory hotplug: register section/node id to free
by Yasunori Goto
· 17 years ago
7f2e952
hugetlbfs: common code update for s390
by Gerald Schaefer
· 17 years ago
8fe627e
hugetlbfs: add missing TLB flush to hugetlb_cow()
by Gerald Schaefer
· 17 years ago
6d77907
hugetlbfs: architecture header cleanup
by Gerald Schaefer
· 17 years ago
71fe804
mempolicy: use struct mempolicy pointer in shmem_sb_info
by Lee Schermerhorn
· 17 years ago
095f1fc
mempolicy: rework shmem mpol parsing and display
by Lee Schermerhorn
· 17 years ago
fc36b8d
mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy
by Lee Schermerhorn
· 17 years ago
52cd3b0
mempolicy: rework mempolicy Reference Counting [yet again]
by Lee Schermerhorn
· 17 years ago
a6020ed
mempolicy: document {set|get}_policy() vm_ops APIs
by Lee Schermerhorn
· 17 years ago
aab0b10
mempolicy: mark shared policies for unref
by Lee Schermerhorn
· 17 years ago
45c4745
mempolicy: rename struct mempolicy 'policy' member to 'mode'
by Lee Schermerhorn
· 17 years ago
846a16b
mempolicy: rename mpol_copy to mpol_dup
by Lee Schermerhorn
· 17 years ago
f0be3d3
mempolicy: rename mpol_free to mpol_put
by Lee Schermerhorn
· 17 years ago
3b11630
Subject: [PATCH] hugetlb: vmstat events for huge page allocations
by Adam Litke
· 17 years ago
a08cb62
s390: implement pte special bit
by Nick Piggin
· 17 years ago
70688e4
xip: support non-struct page backed memory
by Nick Piggin
· 17 years ago
30afcb4
return pfn from direct_access, for XIP
by Jared Hulbert
· 17 years ago
423bad6
mm: add vm_insert_mixed
by Nick Piggin
· 17 years ago
7e67513
mm: introduce pte_special pte bit
by Nick Piggin
· 17 years ago
b379d79
mm: introduce VM_MIXEDMAP
by Jared Hulbert
· 17 years ago
e20b8cc
PAGEFLAGS_EXTENDED and separate page flags for Head and Tail
by Christoph Lameter
· 17 years ago
9796547
mm: Get rid of __ZONE_COUNT
by Christoph Lameter
· 17 years ago
ec7cade
page flags: add PAGEFLAGS_FALSE for flags that are always false
by Christoph Lameter
· 17 years ago
602c4d1
page flags: handle PG_uncached like all other flags
by Christoph Lameter
· 17 years ago
0a128b2
pageflags: eliminate PG_xxx aliases
by Christoph Lameter
· 17 years ago
d60cd46
pageflags: use proper page flag functions in Xen
by Christoph Lameter
· 17 years ago
6a1e7f77
pageflags: convert to the use of new macros
by Christoph Lameter
· 17 years ago
f94a62e
pageflags: introduce macros to generate page flag functions
by Christoph Lameter
· 17 years ago
9223b41
pageflags: get rid of FLAGS_RESERVED
by Christoph Lameter
· 17 years ago
e268318
pageflags: use an enum for the flags
by Christoph Lameter
· 17 years ago
726b801
page_mapping(): add ifdef around reference to swapper_space
by Andrew Morton
· 17 years ago
308c05e
sparsemem: vmemmap does not need section bits
by Christoph Lameter
· 17 years ago
2301696
vmallocinfo: add caller information
by Christoph Lameter
· 17 years ago
a10aa57
vmalloc: show vmalloced areas via /proc/vmallocinfo
by Christoph Lameter
· 17 years ago
b454456
mm: make early_pfn_to_nid() a C function
by Andrew Morton
· 17 years ago
ac6aadb
mm: rotate_reclaimable_page() cleanup
by Miklos Szeredi
· 17 years ago
7edf85a
mm: save some bytes in mm_struct by filling holes on 64bit
by Andi Kleen
· 17 years ago
3842b46
mempolicy: small header file cleanup
by David Rientjes
· 17 years ago
4c50bc0
mempolicy: add MPOL_F_RELATIVE_NODES flag
by David Rientjes
· 17 years ago
7ea931c
mempolicy: add bitmap_onto() and bitmap_fold() operations
by Paul Jackson
· 17 years ago
f5b087b
mempolicy: add MPOL_F_STATIC_NODES flag
by David Rientjes
· 17 years ago
028fec4
mempolicy: support optional mode flags
by David Rientjes
· 17 years ago
a3b51e0
mempolicy: convert MPOL constants to enum
by David Rientjes
· 17 years ago
1b27d05
mm: move cache_line_size() to <linux/cache.h>
by Pekka Enberg
· 17 years ago
19770b3
mm: filter based on a nodemask as well as a gfp_mask
by Mel Gorman
· 17 years ago
dd1a239
mm: have zonelist contains structs with both a zone pointer and zone_idx
by Mel Gorman
· 17 years ago
54a6eb5
mm: use two zonelist that are filtered by GFP mask
by Mel Gorman
· 17 years ago
18ea7e7
mm: remember what the preferred zone is for zone_statistics
by Mel Gorman
· 17 years ago
0e88460
mm: introduce node_zonelist() for accessing the zonelist for a GFP mask
by Mel Gorman
· 17 years ago
dac1d27
mm: use zonelists instead of zones when direct reclaiming pages
by Mel Gorman
· 17 years ago
3c18ddd
mm: remove nopage
by Nick Piggin
· 17 years ago
ddc81ed
remove sparse warning for mmzone.h
by Harvey Harrison
· 17 years ago
488514d
Remove set_migrateflags()
by Christoph Lameter
· 17 years ago
ea01ea9
hotplug memory remove: generic __remove_pages() support
by Badari Pulavarty
· 17 years ago
064922a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
42cadc8
Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 17 years ago
fba5c1a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
f222eba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-idle-fix
by Linus Torvalds
· 17 years ago
2d630d1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 17 years ago
66c0b39
KVM: kill file->f_count abuse in kvm
by Al Viro
· 17 years ago
bbf45ba
KVM: ppc: PowerPC 440 KVM implementation
by Hollis Blanchard
· 17 years ago
b2312f0
KVM: ppc: Add DCR access information to struct kvm_run
by Hollis Blanchard
· 17 years ago
4baacfb
ppc: Export tlb_44x_hwater for KVM
by Hollis Blanchard
· 17 years ago
76f7c87
KVM: Rename debugfs_dir to kvm_debugfs_dir
by Hollis Blanchard
· 17 years ago
62d9f0d
KVM: add ioctls to save/store mpstate
by Marcelo Tosatti
· 17 years ago
fd0949e
ide: remove now unused ide_pci_create_host_proc()
by Alexey Dobriyan
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
387750c
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
1dbfeb4
ide: add "noacpi" / "acpigtf" / "acpionboot" parameters
by Bartlomiej Zolnierkiewicz
· 17 years ago
207daea
ide: remove obsoleted "hdx=autotune" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
e160124
ide: remove IDE_HFLAG_NO_AUTOTUNE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
ebae41a
ide: add "vlb|pci_clock=" parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
cc12175
ide: remove obsoleted "hdx=noautotune" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
e460a59
ide: remove obsoleted "idex=reset" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
9fd91d9
ide: add "ignore_cable" parameter (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
a453529
KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*
by Avi Kivity
· 17 years ago
3d80840
KVM: hlt emulation should take in-kernel APIC/PIT timers into account
by Marcelo Tosatti
· 17 years ago
d4c9ff2
KVM: Add kvm trace userspace interface
by Feng(Eric) Liu
· 17 years ago
2714d1d
KVM: Add trace markers
by Feng (Eric) Liu
· 17 years ago
53371b5
KVM: SVM: add intercept for machine check exception
by Joerg Roedel
· 17 years ago
35149e2
KVM: MMU: Don't assume struct page for x86
by Anthony Liguori
· 17 years ago
1a9c1ac
KVM: ia64: Add header files for kvm/ia64
by Xiantao Zhang
· 17 years ago
e235f34
KVM: ia64: Prepare some structure and routines for kvm use
by Xiantao Zhang
· 17 years ago
c71799c
KVM: s390: Improve pgste accesses
by Heiko Carstens
· 17 years ago
d39f13b
KVM: add vm refcounting
by Izik Eidus
· 17 years ago
9c20456
KVM: function declaration parameter name cleanup
by Joerg Roedel
· 17 years ago
3200f40
KVM: MMU: unify slots_lock usage
by Marcelo Tosatti
· 17 years ago
e976a2b
s390: KVM guest: virtio device support, and kvm hypercalls
by Christian Borntraeger
· 17 years ago
fa58774
s390: KVM guest: detect when running on kvm
by Carsten Otte
· 17 years ago
e28acfe
KVM: s390: intercepts for diagnose instructions
by Christian Borntraeger
· 17 years ago
5288fbf
KVM: s390: interprocessor communication via sigp
by Christian Borntraeger
· 17 years ago
453423d
KVM: s390: intercepts for privileged instructions
by Christian Borntraeger
· 17 years ago
ba5c1e9
KVM: s390: interrupt subsystem, cpu timer, waitpsw
by Carsten Otte
· 17 years ago
8f2abe6
KVM: s390: sie intercept handling
by Christian Borntraeger
· 17 years ago
b0c632d
KVM: s390: arch backend for the kvm kernel module
by Heiko Carstens
· 17 years ago
Next »