index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus' into cpus4096
Ingo Molnar
2008-07-28
911
-11708
/
+20191
|
\
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2008-07-28
7
-30
/
+390
|
|
\
|
|
*
Input: add driver for Atmel integrated touchscreen controller
Dan Liang
2008-07-23
3
-0
/
+345
|
|
*
Input: ads7846 - optimize order of calculating Rt in ads7846_rx()
Hans-Christian Egtvedt
2008-07-23
1
-5
/
+5
|
|
*
Input: ads7846 - fix sparse endian warnings
Harvey Harrison
2008-07-23
1
-4
/
+2
|
|
*
Input: uinput - remove duplicate include
Huang Weiyi
2008-07-23
1
-1
/
+0
|
|
*
Input: serio - offload resume to kseriod
Shaohua Li
2008-07-23
1
-18
/
+37
|
|
*
Input: serio - mark serio_register_driver() __must_check
Dmitry Torokhov
2008-07-23
1
-2
/
+1
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
2008-07-28
3
-3
/
+7
|
|
\
\
|
|
*
|
dlm: fix uninitialized variable for search_rsb_list callers
Benny Halevy
2008-07-14
1
-0
/
+1
|
|
*
|
dlm: release socket on error
Masatake YAMATO
2008-07-14
1
-1
/
+3
|
|
*
|
dlm: fix basts for granted CW waiting PR/CW
David Teigland
2008-07-14
1
-1
/
+2
|
|
*
|
dlm: check for null in device_write
Masatake YAMATO
2008-07-14
1
-1
/
+1
|
*
|
|
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2008-07-28
38
-260
/
+1039
|
|
\
\
\
|
|
*
|
|
powerpc: Disable 64K hugetlb support when doing 64K SPU mappings
Benjamin Herrenschmidt
2008-07-28
1
-1
/
+8
|
|
*
|
|
powerpc/powermac: Fixup default serial port device for pmac_zilog
Benjamin Herrenschmidt
2008-07-28
2
-27
/
+89
|
|
*
|
|
powerpc/powermac: Use sane default baudrate for SCC debugging
Benjamin Herrenschmidt
2008-07-28
1
-1
/
+11
|
|
*
|
|
powerpc/mm: Implement _PAGE_SPECIAL & pte_special() for 64-bit
Nick Piggin
2008-07-28
3
-2
/
+6
|
|
*
|
|
powerpc: Show processor cache information in sysfs
Nathan Lynch
2008-07-28
1
-0
/
+309
|
|
*
|
|
powerpc: Make core id information available to userspace
Nathan Lynch
2008-07-28
3
-0
/
+25
|
|
*
|
|
powerpc: Make core sibling information available to userspace
Nathan Lynch
2008-07-28
3
-0
/
+66
|
|
*
|
|
powerpc/vio: More fallout from dma_mapping_error API change
Stephen Rothwell
2008-07-28
1
-1
/
+1
|
|
*
|
|
ibmveth: Fix multiple errors with dma_mapping_error conversion
Stephen Rothwell
2008-07-28
1
-4
/
+4
|
|
*
|
|
powerpc/pseries: Fix CMO sysdev attribute API change fallout
Stephen Rothwell
2008-07-28
1
-2
/
+6
|
|
*
|
|
powerpc: Enable tracehook for the architecture
Roland McGrath
2008-07-28
1
-0
/
+1
|
|
*
|
|
powerpc: Add TIF_NOTIFY_RESUME support for tracehook
Roland McGrath
2008-07-28
5
-8
/
+20
|
|
*
|
|
powerpc: Add asm/syscall.h with the tracehook entry points
Roland McGrath
2008-07-28
2
-0
/
+85
|
|
*
|
|
powerpc: Make syscall tracing use tracehook.h helpers
Roland McGrath
2008-07-28
3
-27
/
+34
|
|
*
|
|
powerpc: Call tracehook_signal_handler() when setting up signal frames
Roland McGrath
2008-07-28
1
-1
/
+7
|
|
*
|
|
powerpc: Update cpu_sibling_maps dynamically
Nathan Lynch
2008-07-28
3
-30
/
+29
|
|
*
|
|
powerpc: register_cpu_online should be __cpuinit
Nathan Lynch
2008-07-28
1
-1
/
+1
|
|
*
|
|
powerpc: kill useless SMT code in prom_hold_cpus
Nathan Lynch
2008-07-28
1
-36
/
+3
|
|
*
|
|
powerpc: Fix 8xx build failure
Kumar Gala
2008-07-28
1
-0
/
+3
|
|
*
|
|
powerpc: Fix vio build warnings
Nathan Lynch
2008-07-28
1
-2
/
+2
|
|
*
|
|
powerpc/booke: Clean up the hardware watchpoint support
Kumar Gala
2008-07-28
4
-11
/
+12
|
|
*
|
|
powerpc: Removed duplicated include in stacktrace.c
Huang Weiyi
2008-07-28
1
-1
/
+0
|
|
*
|
|
Merge commit 'gcl/gcl-next'
Benjamin Herrenschmidt
2008-07-28
9
-105
/
+317
|
|
|
\
\
\
|
|
|
*
|
|
spi: Add OF binding support for SPI busses
Grant Likely
2008-07-25
4
-0
/
+118
|
|
|
*
|
|
spi: split up spi_new_device() to allow two stage registration.
Grant Likely
2008-07-25
2
-44
/
+107
|
|
|
*
|
|
of: adapt of_find_i2c_driver() to be usable by SPI also
Grant Likely
2008-07-25
3
-61
/
+92
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6
Linus Torvalds
2008-07-28
2
-3
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Remove deprecated virt_to_bus()
Karsten Keil
2008-07-28
2
-3
/
+1
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2008-07-28
117
-2019
/
+7917
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
sh: SuperH Mobile CEU and camera platform data for AP325RXA
Magnus Damm
2008-07-28
1
-1
/
+118
|
|
*
|
|
|
|
|
sh: Update smc911x platform data for AP325RXA
Magnus Damm
2008-07-28
1
-0
/
+10
|
|
*
|
|
|
|
|
sh: SuperH Mobile LCDC platform data for AP325RXA
Magnus Damm
2008-07-28
1
-1
/
+80
|
|
*
|
|
|
|
|
sh: Add SuperH Mobile CEU platform data for Migo-R
Magnus Damm
2008-07-28
2
-1
/
+177
|
|
*
|
|
|
|
|
sh: Add SuperH Mobile LCDC platform data for Migo-R
Magnus Damm
2008-07-28
6
-0
/
+284
|
|
*
|
|
|
|
|
sh: Move asid_cache() out of ifdef to fix SH-3/4 nommu build.
Paul Mundt
2008-07-28
1
-1
/
+2
|
|
*
|
|
|
|
|
sh: Workaround for __put_user_asm() bug with gcc 4.x on big-endian.
Yoshinori Sato
2008-07-28
1
-1
/
+2
[next]