Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e11400b0cadc97cb1062912c1028e965c93fa9b3
e11400b
mount options: fix adfs
by Miklos Szeredi
· 17 years ago
b3b304a
mount options: add generic_show_options()
by Miklos Szeredi
· 17 years ago
f84e3f5
mount options: add documentation
by Miklos Szeredi
· 17 years ago
e542059
drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h
by Mike Frysinger
· 17 years ago
bdc8078
avoid overflows in kernel/time.c
by H. Peter Anvin
· 17 years ago
7ef3d2f
printk_ratelimit() functions should use CONFIG_PRINTK
by Joe Perches
· 17 years ago
36e7891
kill do_generic_mapping_read
by Christoph Hellwig
· 17 years ago
7437a51
Remove __STRICT_ANSI__ from linux/types.h
by Mike Frysinger
· 17 years ago
d59d0b1
BKL-Removal: convert pipe to use unlocked_ioctl too
by Andi Kleen
· 17 years ago
de5c9ed
PWM LED driver
by David Brownell
· 17 years ago
9a1e8eb
Basic PWM driver for AVR32 and AT91
by David Brownell
· 17 years ago
c8cece8
OSS: constify function pointer tables
by Jan Engelhardt
· 17 years ago
03a4482
procfs: constify function pointer tables
by Jan Engelhardt
· 17 years ago
ec26e11
reiserfs: constify function pointer tables
by Jan Engelhardt
· 17 years ago
9b7880e
isofs: implement dmode option
by Jan Kara
· 17 years ago
6d141c3
workqueue: make delayed_work_timer_fn() static
by Li Zefan
· 17 years ago
ae16106
atmel_serial: show tty name in /proc/interrupts
by Haavard Skinnemoen
· 17 years ago
c811ab8
atmel_serial: use container_of instead of direct cast
by Haavard Skinnemoen
· 17 years ago
6433471
atmel_serial: fix broken RX buffer allocation
by Haavard Skinnemoen
· 17 years ago
a667061
atmel_serial: add DMA support
by Chip Coldwell
· 17 years ago
1ecc26b
atmel_serial: split the interrupt handler
by Remy Bohmer
· 17 years ago
dfa7f34
atmel_serial: fix bugs in probe() error path and remove()
by Haavard Skinnemoen
· 17 years ago
1c0fd82
atmel_serial: use existing console options only if BRG is running
by Haavard Skinnemoen
· 17 years ago
829dd81
atmel_serial: use cpu_relax() when busy-waiting
by Haavard Skinnemoen
· 17 years ago
b843aa2
atmel_serial: clean up the code
by Remy Bohmer
· 17 years ago
a1cfac4
MAINTAINERS: add Haavard as maintainer of the atmel_serial driver
by Haavard Skinnemoen
· 17 years ago
b4bd7d5
SMBIOS/DMI: add type 41 = Onboard Devices Extended Information
by Wim Van Sebroeck
· 17 years ago
13050d8
parport: fix ieee1284_epp_read_addr
by Stephan Boettcher
· 17 years ago
a36219a
The scheduled 'time' option removal
by Adrian Bunk
· 17 years ago
3287629
remove the unused exports of sys_open/sys_read
by Arjan van de Ven
· 17 years ago
c2fdda0
update checkpatch.pl to version 0.13
by Andy Whitcroft
· 17 years ago
6975945
fs/afs/security.c: fix uninitialized var warning
by Andrew Morton
· 17 years ago
8aa84ab
fs/hfsplus/unicode.c: fix uninitialized var warning
by Andrew Morton
· 17 years ago
800fdfb
udf: change maintainer
by Jan Kara
· 17 years ago
05343c4
udf: fix adding entry to a directory
by Jan Kara
· 17 years ago
af79329
udf: cleanup directory offset handling
by Jan Kara
· 17 years ago
32a8f24
udf: avoid unnecessary synchronous writes
by Mike Galbraith
· 17 years ago
7f3fbd0
udf: fix signedness issue
by Marcin Slusarz
· 17 years ago
1ed1617
udf: fix 3 signedness & 1 unitialized variable warnings
by Marcin Slusarz
· 17 years ago
934c5e6
udf: remove wrong prototype of udf_readdir
by Marcin Slusarz
· 17 years ago
a9ca663
kill UDFFS_{DATE,VERSION}
by Adrian Bunk
· 17 years ago
28f7c4d
udf: improve readability of udf_load_partition
by Marcin Slusarz
· 17 years ago
756fa92
udf: fix udf_debug macro
by Marcin Slusarz
· 17 years ago
48d6d8f
udf: cache struct udf_inode_info
by Marcin Slusarz
· 17 years ago
c0b3443
udf: remove UDF_I_* macros and open code them
by Marcin Slusarz
· 17 years ago
5e0f001
udf: convert byte order of constant instead of variable
by Marcin Slusarz
· 17 years ago
4daa1b8
udf: replace loops coded with goto to real loops
by Marcin Slusarz
· 17 years ago
742ba02
udf: create common function for changing free space counter
by Marcin Slusarz
· 17 years ago
3f2587b
udf: create common function for tag checksumming
by Marcin Slusarz
· 17 years ago
4b11111
udf: fix coding style
by Marcin Slusarz
· 17 years ago
bd45a42
udf: fix sparse warnings (shadowing & mismatch between declaration and definition)
by Marcin Slusarz
· 17 years ago
883cb9d
udf: move calculating of nr_groups into helper function
by Marcin Slusarz
· 17 years ago
66e1da3
udf: convert macros related to bitmaps to functions
by Marcin Slusarz
· 17 years ago
deae6cf
udf: check if udf_load_logicalvol failed
by Marcin Slusarz
· 17 years ago
dc5d39b
udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps function
by Marcin Slusarz
· 17 years ago
6c79e98
udf: remove some ugly macros
by Marcin Slusarz
· 17 years ago
3a71fc5
udf: fix coding style of super.c
by Marcin Slusarz
· 17 years ago
74bedc4
libfs: rename simple_attr_close to simple_attr_release
by Christoph Hellwig
· 17 years ago
9261303
libfs: make simple attributes interruptible
by Christoph Hellwig
· 17 years ago
8b88b09
libfs: allow error return from simple attributes
by Christoph Hellwig
· 17 years ago
efae09f
Nuke duplicate header from sysctl.c
by Jesper Juhl
· 17 years ago
f8db694
Nuke a duplicate include from profile.c
by Jesper Juhl
· 17 years ago
2dc9c91
Nuke duplicate include from printk.c
by Jesper Juhl
· 17 years ago
18914b1
write_inode_now(): avoid unnecessary synchronous write
by Mike Galbraith
· 17 years ago
abe8be3
Allow executables larger than 2GB
by Andi Kleen
· 17 years ago
531d7d4
asm-*/posix_types.h: scrub __GLIBC__
by Mike Frysinger
· 17 years ago
90b315a
ufs: fix symlink creation on ufs2
by Evgeniy Dushistov
· 17 years ago
91dbbe4
ext2: remove unused ext2_put_inode prototype
by Christoph Hellwig
· 17 years ago
c2ec668
aio: negative offset should return -EINVAL
by Rusty Russell
· 17 years ago
7adfa2f
aio: partial write should not return error code
by Rusty Russell
· 17 years ago
2547844
Fix container_of() usage
by Alexey Dobriyan
· 17 years ago
50e8a28
ext3: replace all adds to little endians variables with le*_add_cpu
by Marcin Slusarz
· 17 years ago
8b5f688
byteorder: move le32_add_cpu & friends from OCFS2 to core
by Marcin Slusarz
· 17 years ago
2004dc8
Use pgoff_t instead of unsigned long
by Jan Kara
· 17 years ago
476aed3
aoe: statically initialise devlist_lock
by Andrew Morton
· 17 years ago
52e112b
aoe: update copyright date
by Ed L. Cashin
· 17 years ago
578c4aa
aoe: make error messages more specific
by Ed L. Cashin
· 17 years ago
1d75981
aoe: the aoeminor doesn't need a long format
by Ed L. Cashin
· 17 years ago
7df620d
aoe: add module parameter for users who need more outstanding I/O
by Ed L. Cashin
· 17 years ago
6b9699b
aoe: only install new AoE device once
by Ed L. Cashin
· 17 years ago
9bb237b
aoe: dynamically allocate a capped number of skbs when necessary
by Ed L. Cashin
· 17 years ago
262bf54
aoe: user can ask driver to forget previously detected devices
by Ed L. Cashin
· 17 years ago
cf446f0
aoe: eliminate goto and improve readability
by Ed L. Cashin
· 17 years ago
468fc53
aoe: clean up udev configuration example
by Ed L. Cashin
· 17 years ago
1eb0da4
aoe: mac_addr: avoid 64-bit arch compiler warnings
by Ed L. Cashin
· 17 years ago
68e0d42
aoe: handle multiple network paths to AoE device
by Ed L. Cashin
· 17 years ago
8911ef4
aoe: bring driver version number to 47
by Ed L. Cashin
· 17 years ago
8b21985
constify tables in kernel/sysctl_check.c
by Jan Beulich
· 17 years ago
edde08f
misc: removal of final callers using fastcall
by Harvey Harrison
· 17 years ago
144b2a9
asm-generic: remove fastcall
by Harvey Harrison
· 17 years ago
ec70158
Remove fastcall from linux/include
by Harvey Harrison
· 17 years ago
9f741cb
lib: remove fastcall from lib/*
by Harvey Harrison
· 17 years ago
7ad5b3a
kernel: remove fastcall in kernel/*
by Harvey Harrison
· 17 years ago
fc9b52c
fs: remove fastcall, it is always empty
by Harvey Harrison
· 17 years ago
75acb9c
rd: support XIP
by Nick Piggin
· 17 years ago
9db5579
rewrite rd
by Nick Piggin
· 17 years ago
daeb51e
mn10300: add platform MTD support for the ASB2303 board
by David Howells
· 17 years ago
b920de1
mn10300: add the MN10300/AM33 architecture to the kernel
by David Howells
· 17 years ago
ef3d534
mn10300: allocate serial port UART IDs for on-chip serial ports
by David Howells
· 17 years ago
62fb44b
usb: net2280 can't have a function called show_registers()
by David Howells
· 17 years ago
Next »