Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_msm8996
/
1237a2ef31cf60e01bbecbe198d8c002bbb710db
/
include
1237a2e
Char: char/serial, remove SERIAL_TYPE_NORMAL redefines
by Jiri Slaby
· 18 years ago
9a7744f
Add cmpxchg_local to xtensa
by Mathieu Desnoyers
· 18 years ago
b62f134
Add cmpxchg_local to v850
by Mathieu Desnoyers
· 18 years ago
80af4ee
Add cmpxchg_local to sparc64
by Mathieu Desnoyers
· 18 years ago
405321d
Add cmpxchg_local to sparc, move __cmpxchg to system.h
by Mathieu Desnoyers
· 18 years ago
fe41301
Add cmpxchg_local to s390
by Mathieu Desnoyers
· 18 years ago
85fdbe1
Add cmpxchg_local to ppc
by Gunnar Larisch
· 18 years ago
df80c8c
Add cmpxchg_local to parisc
by Mathieu Desnoyers
· 18 years ago
027bcc2
Add cmpxchg_local to m68knommu
by Mathieu Desnoyers
· 18 years ago
5da7510
Add cmpxchg_local to m86k
by Mathieu Desnoyers
· 18 years ago
7fa2ac3
local_t m32r use architecture specific cmpxchg_local
by Mathieu Desnoyers
· 18 years ago
f94d1d3
Fix m32r __xchg
by Mathieu Desnoyers
· 18 years ago
7b631c2
New cmpxchg_local (optimized for UP case) for m32r
by Mathieu Desnoyers
· 18 years ago
4b78fff
Add cmpxchg_local, cmpxchg64 and cmpxchg64_local to ia64
by Mathieu Desnoyers
· 18 years ago
aebb77a
Add cmpxchg_local to h8300
by Mathieu Desnoyers
· 18 years ago
14e0cb3
Add cmpxchg_local to frv
by Mathieu Desnoyers
· 18 years ago
7732ba3
Add cmpxchg_local to cris
by Mathieu Desnoyers
· 18 years ago
10b8827
Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchg
by Mathieu Desnoyers
· 18 years ago
5e86c11
Add cmpxchg_local to avr32
by Mathieu Desnoyers
· 18 years ago
176393d
Add cmpxchg_local to arm
by Mathieu Desnoyers
· 18 years ago
32f49eab
Add cmpxchg64 and cmpxchg64_local to x86_64
by Mathieu Desnoyers
· 18 years ago
f9c4650
Add cmpxchg64 and cmpxchg64_local to powerpc
by Mathieu Desnoyers
· 18 years ago
3b96a56
Add cmpxchg64 and cmpxchg64_local to mips
by Mathieu Desnoyers
· 18 years ago
a259b24
Add cmpxchg64 and cmpxchg64_local to alpha
by Mathieu Desnoyers
· 18 years ago
068fbad
Add cmpxchg_local to asm-generic for per cpu atomic operations
by Mathieu Desnoyers
· 18 years ago
6e16d89
Sanitize the type of struct user.u_ar0
by H. Peter Anvin
· 18 years ago
ed7b188
Unexport asm/page.h
by Kirill A. Shutemov
· 18 years ago
6cc931b
Unexport asm/elf.h
by Kirill A. Shutemov
· 18 years ago
516c25a
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
by Kirill A. Shutemov
· 18 years ago
c1445db
Unexport asm/user.h and linux/user.h
by Kirill A. Shutemov
· 18 years ago
12debc4
iget: remove iget() and the read_inode() super op as being obsolete
by David Howells
· 18 years ago
2b7e5bc
iget: stop QNX4 from using iget() and read_inode()
by David Howells
· 18 years ago
1d1fe1e
iget: stop EXT4 from using iget() and read_inode()
by David Howells
· 18 years ago
473043d
iget: stop EXT3 from using iget() and read_inode()
by David Howells
· 18 years ago
298384cd
iget: stop EFS from using iget() and read_inode()
by David Howells
· 18 years ago
b46980f
iget: introduce a function to register iget failure
by David Howells
· 18 years ago
d1bc8e9
Add an ERR_CAST() function to complement ERR_PTR and co.
by David Howells
· 18 years ago
bba1f60
vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()
by Ken'ichi Ohmichi
· 18 years ago
1e4f295
vmcoreinfo: use the existing offsetof() for VMCOREINFO_OFFSET()
by Ken'ichi Ohmichi
· 18 years ago
c76f860
vmcoreinfo: rename vmcoreinfo's macros returning the size
by Ken'ichi Ohmichi
· 18 years ago
72a7fe3
Introduce flags for reserve_bootmem()
by Bernhard Walle
· 18 years ago
fa9ff4b
ASIC3 driver
by Samuel Ortiz
· 18 years ago
956db3c
hotplug cpu: move tasks in empty cpusets to parent
by Cliff Wickman
· 18 years ago
31a7df0
cgroups: mechanism to process each task in a cgroup
by Cliff Wickman
· 18 years ago
3c541e1
Memory controller remove control_type feature
by Balbir Singh
· 18 years ago
cc38108
per-zone and reclaim enhancements for memory controller: calculate the number of pages to be scanned per cgroup
by KAMEZAWA Hiroyuki
· 18 years ago
6c48a1d
per-zone and reclaim enhancements for memory controller: remember reclaim priority in memory cgroup
by KAMEZAWA Hiroyuki
· 18 years ago
5932f36
per-zone and reclaim enhancements for memory controller: calculate active/inactive imbalance per cgroup
by KAMEZAWA Hiroyuki
· 18 years ago
58ae83d
per-zone and reclaim enhancements for memory controller: calculate mapper_ratio per cgroup
by KAMEZAWA Hiroyuki
· 18 years ago
4fca88c
memory cgroup enhancements: add- pre_destroy() handler
by KAMEZAWA Hiroyuki
· 18 years ago
ae41be3
bugfix for memory cgroup controller: migration under memory controller fix
by KAMEZAWA Hiroyuki
· 18 years ago
4c4a221
memcontrol: move oom task exclusion to tasklist scan
by David Rientjes
· 18 years ago
3062fc6
memcontrol: move mm_cgroup to header file
by David Rientjes
· 18 years ago
e1a1cd5
Memory controller: make charging gfp mask aware
by Balbir Singh
· 18 years ago
bed7161
Memory controller: make page_referenced() cgroup aware
by Balbir Singh
· 18 years ago
8697d33
Memory controller: add switch to control what type of pages to limit
by Balbir Singh
· 18 years ago
c7ba5c9
Memory controller: OOM handling
by Pavel Emelianov
· 18 years ago
0eea103
Memory controller improve user interface
by Balbir Singh
· 18 years ago
66e1707
Memory controller: add per cgroup LRU and reclaim
by Balbir Singh
· 18 years ago
8a9f3cc
Memory controller: memory accounting
by Balbir Singh
· 18 years ago
78fb746
Memory controller: accounting setup
by Pavel Emelianov
· 18 years ago
8cdea7c
Memory controller: cgroups setup
by Balbir Singh
· 18 years ago
e552b66
Memory controller: resource counters
by Pavel Emelianov
· 18 years ago
3dddbfc
tty: Kill TTY_FLIPBUF_SIZE
by Alan Cox
· 18 years ago
f8a4c3b
tty: fix tty network driver interactions with TCGET/TCSET calls (x86 fix)
by Dave Miller
· 18 years ago
deb21db
VFS: swap do_ioctl and vfs_ioctl names
by Erez Zadok
· 18 years ago
4aa323b
DS1WM: decouple host IRQ and INTR active state settings
by Philipp Zabel
· 18 years ago
8a0dc95
9p: transport API reorganization
by Eric Van Hensbergen
· 18 years ago
d199d65
9p: add support for sticky bit
by Anthony Liguori
· 18 years ago
e2735b7
9p: block-based virtio client
by Eric Van Hensbergen
· 18 years ago
043aba4
9p: create transport rpc cut-thru
by Eric Van Hensbergen
· 18 years ago
3e6bdf4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
by Linus Torvalds
· 18 years ago
58d5d0d
x86: fix deadlock, make pgd_lock irq-safe
by Ingo Molnar
· 18 years ago
9f9975a
generic: add __FINITDATA
by Ingo Molnar
· 18 years ago
b5556a6
cpuidle: dubious one-bit signed bitfield in cpuidle.h
by Harvey Harrison
· 18 years ago
3d4d458
Merge branch 'async-tx-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop into fix
by Linus Torvalds
· 18 years ago
2dd550b
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 18 years ago
8755e56
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
e33f663
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 18 years ago
d8fd66a
jbd.h: hide kernel only code
by Olaf Hering
· 18 years ago
5330838
make jbd/journal.c:__journal_abort_hard() static
by Adrian Bunk
· 18 years ago
b3bd86e
isapnp driver semaphore to mutex
by Daniel Walker
· 18 years ago
73c3443
md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDEV_PENDING.
by NeilBrown
· 18 years ago
d089c6a
md: change ITERATE_RDEV to rdev_for_each
by NeilBrown
· 18 years ago
c5d79ad
md: allow devices to be shared between md arrays
by NeilBrown
· 18 years ago
c620727
md: allow a maximum extent to be set for resyncing
by NeilBrown
· 18 years ago
e691063
md: support 'external' metadata for md arrays
by NeilBrown
· 18 years ago
b47490c
md: Update md bitmap during resync.
by NeilBrown
· 18 years ago
f62e770
FB/S3C2412: add S3C2412 support to S3C2410 fb driver
by Ben Dooks
· 18 years ago
084ffff
ps3: use symbolic names for video modes
by Geert Uytterhoeven
· 18 years ago
3c4f594
ps3av: ps3av_get_scanmode() and ps3av_get_refresh_rate() are unused
by Geert Uytterhoeven
· 18 years ago
a9a84c3
atmel_lcdfb: backlight control
by David Brownell
· 18 years ago
dfcffa4
sm501fb: control panel pin usage with platform data flags
by Magnus Damm
· 18 years ago
162b3a0
atmel_lcdfb: validate display timings
by Haavard Skinnemoen
· 18 years ago
f3dc363
gpio: rename pca953x symbols
by Guennadi Liakhovetski
· 18 years ago
d1c057e3
gpio: rename pca9539 driver
by Guennadi Liakhovetski
· 18 years ago
ad8dc96
w1-gpio: add GPIO w1 bus master driver
by Ville Syrjala
· 18 years ago
f47cd9b
kprobes: kretprobe user entry-handler
by Abhishek Sagar
· 18 years ago
b359fbc
spi: s3c drivers shouldn't care about spi_board_info
by David Brownell
· 18 years ago
6ffc787
system timer: fix crash in <100Hz system timer
by David Fries
· 18 years ago
Next »