index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: remove CVS keywords
Adrian Bunk
2008-05-20
46
-91
/
+0
*
Input: gpio-keys debouncing support
Dmitry Baryshkov
2008-05-16
2
-20
/
+70
*
Input: add support for SuperH MigoR touchscreen
Magnus Damm
2008-05-16
3
-0
/
+262
*
Input: remove unused defines
Joe Perches
2008-05-16
2
-5
/
+2
*
Input: libps2 - remove delayed command execution
Dmitry Torokhov
2008-05-16
2
-53
/
+0
*
Input: gameport - remove rescan/reconnect facilities
Dmitry Torokhov
2008-05-16
2
-23
/
+0
*
Input: hil_ptr - check return value of input_register_device()
Andres Salomon
2008-05-16
1
-11
/
+26
*
Input: appletouch - simplify touchpad type detection
Sven Anders
2008-05-16
1
-107
/
+57
*
Input: appletouch - miscellaneous code cleanups
Johannes Berg
2008-05-16
1
-73
/
+100
*
Input: adbhid - capslock and power button fix
Rodney Lorrimar
2008-05-16
1
-3
/
+12
*
Input: adbhid - fix capslock key state after suspend
Rodney Lorrimar
2008-05-16
1
-7
/
+39
*
HWMON: hdaps - set up phys and bus type of input device
Dmitry Torokhov
2008-05-16
1
-0
/
+2
*
Input: use clamp_val() macro in ff-memless.c
Harvey Harrison
2008-05-16
1
-2
/
+2
*
Input: wacom - make one-bit signed bitfields unsigned
Harvey Harrison
2008-05-16
1
-1
/
+1
*
Input: wacom - cleanup handling of tablet IDs
Ping Cheng
2008-05-16
1
-20
/
+19
*
Input: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-05-16
14
-75
/
+75
*
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
2008-05-16
20
-39
/
+508
|
\
|
*
[POWERPC] macintosh: Replace deprecated __initcall with device_initcall
Robert P. J. Day
2008-05-15
1
-1
/
+1
|
*
[POWERPC] cell: Fix section mismatches in io-workarounds code
Ishizaki Kou
2008-05-15
2
-6
/
+6
|
*
[POWERPC] spufs: Fix compile error
FUJITA Tomonori
2008-05-15
1
-0
/
+1
|
*
[POWERPC] Fix uninitialized variable bug in copy_{to|from}_user
Nate Case
2008-05-15
1
-2
/
+2
|
*
[POWERPC] Add null pointer check to of_find_property
Timur Tabi
2008-05-15
1
-0
/
+3
|
*
[POWERPC] vmemmap fixes to use smaller pages
Benjamin Herrenschmidt
2008-05-15
6
-16
/
+65
|
*
[POWERPC] spufs: Fix pointer reference in find_victim
Luke Browning
2008-05-15
1
-1
/
+1
|
*
[POWERPC] 85xx: SBC8548 - Add flash support and HW Rev reporting
Jeremy McNicoll
2008-05-13
2
-1
/
+123
|
*
[POWERPC] 85xx: Fix some sparse warnings for 85xx MDS
Andy Fleming
2008-05-13
1
-1
/
+1
|
*
[POWERPC] 83xx: Enable DMA engine on the MPC8377 MDS board.
Zhang Wei
2008-05-13
1
-0
/
+27
|
*
[POWERPC] 86xx: mpc8610_hpcd: fix second serial port
Anton Vorontsov
2008-05-13
1
-2
/
+12
|
*
[POWERPC] 86xx: mpc8610_hpcd: add support for NOR and NAND flashes
Anton Vorontsov
2008-05-13
3
-4
/
+145
|
*
[POWERPC] 85xx: Add 8568 PHY workarounds to board code
Andy Fleming
2008-05-13
1
-0
/
+119
|
*
[POWERPC] 86xx: mpc8610_hpcd: use ULI526X driver for on-board ethernet
Anton Vorontsov
2008-05-13
1
-5
/
+2
*
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2008-05-16
4
-49
/
+116
|
\
\
|
*
|
jbd2: update transaction t_state to T_COMMIT fix
Mingming Cao
2008-05-15
1
-0
/
+2
|
*
|
ext4: Retry block allocation if new blocks are allocated from system zone.
Aneesh Kumar K.V
2008-05-15
2
-17
/
+47
|
*
|
ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems
Valerie Clement
2008-05-14
1
-10
/
+9
|
*
|
ext4: fix typos in messages and comments (journalled -> journaled)
Jan Kara
2008-05-14
1
-7
/
+7
|
*
|
ext4: fix synchronization of quota files in journal=data mode
Jan Kara
2008-05-14
1
-8
/
+27
|
*
|
ext4: Fix mount messages when quota disabled
Jan Kara
2008-05-14
1
-1
/
+4
|
*
|
ext4: correct mount option parsing to detect when quota options can be changed
Jan Kara
2008-05-14
1
-6
/
+20
*
|
|
initcalls: Fix m68k build and possible buffer overflow
Cyrill Gorcunov
2008-05-16
1
-3
/
+3
*
|
|
Split up 'do_initcalls()' into two simpler functions
Linus Torvalds
2008-05-16
1
-36
/
+41
*
|
|
Clean up 'print_fn_descriptor_symbol()' types
Linus Torvalds
2008-05-16
5
-21
/
+20
*
|
|
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2008-05-15
20
-38
/
+878
|
\
\
\
|
*
|
|
[IA64] fix personality(PER_LINUX32) performance issue
Huang, Xiaolan
2008-05-15
2
-10
/
+25
|
*
|
|
[IA64] Properly unregister legacy interrupts
Prarit Bhargava
2008-05-15
1
-0
/
+3
|
*
|
|
[IA64] Remove NULL pointer check for argument never passed as NULL.
Simon Holm Thøgersen
2008-05-15
1
-6
/
+0
|
*
|
|
[IA64] trivial cleanup for perfmon.c
Hidetoshi Seto
2008-05-15
1
-6
/
+10
|
*
|
|
[IA64] trivial cleanup for entry.S
Hidetoshi Seto
2008-05-15
1
-6
/
+6
|
*
|
|
[IA64] fix interrupt masking for pending works on kernel leave
Hidetoshi Seto
2008-05-15
2
-8
/
+31
|
*
|
|
[IA64] allow user to force_pal_cache_flush
Alex Chiang
2008-05-15
2
-0
/
+17
[next]