Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c3b86a29429dac1033e3f602f51fa8d00006a8eb
c3b86a2
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
8d8d2e9
Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
2a8b67f
Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
b6f7e38
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
214515b
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
bf70030
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
d60a279
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
781c5a6
Merge branch 'x86-bios-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
e990c77
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
2f0384e
Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
bc4016f
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
5d70f79
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
888a6f7
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
31b7eab
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
1053e6b
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
a8fe150
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 14 years ago
94ebd23
Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 14 years ago
f6f0a6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 14 years ago
2017bd1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
9f1ad09
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus
by Linus Torvalds
· 14 years ago
2aeb66d
x86-32, percpu: Correct the ordering of the percpu readmostly section
by H. Peter Anvin
· 14 years ago
fe5a50a
virtio_blk: remove BKL leftovers
by Christoph Hellwig
· 14 years ago
299fb61
virtio: console: Disable lseek(2) for port file operations
by Amit Shah
· 14 years ago
a461e11
virtio: console: Send SIGIO in case of port unplug
by Amit Shah
· 14 years ago
55f6bcc
virtio: console: Send SIGIO on new data arrival on ports
by Amit Shah
· 14 years ago
3eae0ad
virtio: console: Send SIGIO to processes that request it for host events
by Amit Shah
· 14 years ago
e062013
virtio: console: Reference counting portdev structs is not needed
by Amit Shah
· 14 years ago
b353a6b
virtio: console: Add reference counting for port struct
by Amit Shah
· 14 years ago
d22a698
virtio: console: Use cdev_alloc() instead of cdev_init()
by Amit Shah
· 14 years ago
04950cd
virtio: console: Add a find_port_by_devt() function
by Amit Shah
· 14 years ago
6bdf2af
virtio: console: Add a list of portdevs that are active
by Amit Shah
· 14 years ago
8ad37e8
virtio: console: open: Use a common path for error handling
by Amit Shah
· 14 years ago
7a28531
virtio: console: remove_port() should return void
by Amit Shah
· 14 years ago
f402811
virtio: console: Make write() return -ENODEV on hot-unplug
by Amit Shah
· 14 years ago
b3dddb9
virtio: console: Make read() return -ENODEV on hot-unplug
by Amit Shah
· 14 years ago
8529a50
virtio: console: Unblock poll on port hot-unplug
by Amit Shah
· 14 years ago
3709ea7
virtio: console: Un-block reads on chardev close
by Amit Shah
· 14 years ago
84ec06c
virtio: console: Check if portdev is valid in send_control_msg()
by Amit Shah
· 14 years ago
96eb872
virtio: console: Remove control vq data only if using multiport support
by Amit Shah
· 14 years ago
0223895
virtio: console: Reset vdev before removing device
by Amit Shah
· 14 years ago
f0d3d98
selinux: include vmalloc.h for vmalloc_user
by Stephen Rothwell
· 14 years ago
ff660c8
secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not set
by Eric Paris
· 14 years ago
845ca30
selinux: implement mmap on /selinux/policy
by Eric Paris
· 14 years ago
cee74f4
SELinux: allow userspace to read policy back out of the kernel
by Eric Paris
· 14 years ago
00d85c8
SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE
by Eric Paris
· 14 years ago
4419aae
SELinux: deterministic ordering of range transition rules
by Eric Paris
· 14 years ago
b28efd5
kernel: roundup should only reference arguments once
by Eric Paris
· 14 years ago
686a0f3
kernel: rounddown helper function
by Eric Paris
· 14 years ago
1ae4de0
secmark: export secctx, drop secmark in procfs
by Eric Paris
· 14 years ago
1cc6324
conntrack: export lsm context rather than internal secid via netlink
by Eric Paris
· 14 years ago
d5630b9
security: secid_to_secctx returns len when data is NULL
by Eric Paris
· 14 years ago
2606fd1
secmark: make secmark object handling generic
by Eric Paris
· 14 years ago
15714f7
secmark: do not return early if there was no error
by Eric Paris
· 14 years ago
3ed02ad
AppArmor: Ensure the size of the copy is < the buffer allocated to hold it
by John Johansen
· 14 years ago
9f1c1d4
TOMOYO: Print URL information before panic().
by Tetsuo Handa
· 14 years ago
b0ae198
security: remove unused parameter from security_task_setscheduler()
by KOSAKI Motohiro
· 14 years ago
9b3056c
tpm: change 'tpm_suspend_pcr' to be module parameter
by Dmitry Torokhov
· 14 years ago
36f7f28
selinux: fix up style problem on /selinux/status
by KaiGai Kohei
· 14 years ago
8b0c543
selinux: change to new flag variable
by matt mooney
· 14 years ago
60272da
selinux: really fix dependency causing parallel compile failure.
by Paul Gortmaker
· 14 years ago
ceba72a
selinux: fix parallel compile error
by Paul Gortmaker
· 14 years ago
1190416
selinux: fast status update interface (/selinux/status)
by KaiGai Kohei
· 14 years ago
4b04a7c
.gitignore: ignore apparmor/rlim_names.h
by Yong Zhang
· 14 years ago
065d78a
LSM: Fix security_module_enable() error.
by Tetsuo Handa
· 14 years ago
daa6d83
selinux: type_bounds_sanity_check has a meaningless variable declaration
by Eric Paris
· 14 years ago
68eda8f
tomoyo: cleanup. don't store bogus pointer
by Dan Carpenter
· 14 years ago
66f2b06
x86, mm: Enable ARCH_DMA_ADDR_T_64BIT with X86_64 || HIGHMEM64G
by FUJITA Tomonori
· 14 years ago
efa4c12
ceph: do not carry i_lock for readdir from dcache
by Sage Weil
· 14 years ago
61413c2
fs/ceph/xattr.c: Use kmemdup
by Julia Lawall
· 14 years ago
85b5aaa
rbd: passing wrong variable to bvec_kunmap_irq()
by Dan Carpenter
· 14 years ago
b8d0638
rbd: null vs ERR_PTR
by Dan Carpenter
· 14 years ago
240634e
ceph: fix num_pages_free accounting in pagelist
by Sage Weil
· 14 years ago
571dba5
ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.
by Greg Farnum
· 14 years ago
010e3b4
ceph: don't crash when passed bad mount options
by Yehuda Sadeh
· 14 years ago
6f453ed
ceph: fix debugfs warnings
by Randy Dunlap
· 14 years ago
f4cf3de
block: rbd: removing unnecessary test
by Yehuda Sadeh
· 14 years ago
28f259b
block: rbd: fixed may leaks
by Vasiliy Kulikov
· 14 years ago
496e595
ceph: switch from BKL to lock_flocks()
by Sage Weil
· 14 years ago
fca4451
ceph: preallocate flock state without locks held
by Greg Farnum
· 14 years ago
ac0b74d
ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor
by Greg Farnum
· 14 years ago
18a3819
ceph: use mapping->nrpages to determine if mapping is empty
by Sage Weil
· 14 years ago
93afd44
ceph: only invalidate on check_caps if we actually have pages
by Sage Weil
· 14 years ago
4c32f5d
ceph: do not hide .snap in root directory
by Sage Weil
· 14 years ago
602adf4
rbd: introduce rados block device (rbd), based on libceph
by Yehuda Sadeh
· 14 years ago
3d14c5d
ceph: factor out libceph from Ceph file system
by Yehuda Sadeh
· 15 years ago
ae1533b
ceph-rbd: osdc support for osd call and rollback operations
by Yehuda Sadeh
· 15 years ago
68b4476
ceph: messenger and osdc changes for rbd
by Yehuda Sadeh
· 15 years ago
3499e8a
ceph: refactor osdc requests creation functions
by Yehuda Sadeh
· 15 years ago
7669a2c
ceph: lookup pool in osdmap by name
by Yehuda Sadeh
· 15 years ago
9329672
x86: Spread tlb flush vector between nodes
by Shaohua Li
· 14 years ago
c957ef2
percpu: Introduce a read-mostly percpu API
by Shaohua Li
· 14 years ago
f6f94e2
Linux 2.6.36
by Linus Torvalds
· 14 years ago
7d7c4d0
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
531295e
virtio: console: Don't block entire guest if host doesn't read data
by Amit Shah
· 14 years ago
30c2781
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
by Linus Torvalds
· 14 years ago
f01f7c5
x86, mm: Fix incorrect data type in vmalloc_sync_all()
by Borislav Petkov
· 14 years ago
ef2533d
Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
617d34d
x86, mm: Hold mm->page_table_lock while doing vmalloc_sync
by Jeremy Fitzhardinge
· 14 years ago
44235dc
x86, mm: Fix bogus whitespace in sync_global_pgds()
by Jeremy Fitzhardinge
· 14 years ago
750ed15
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
Next »