summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] audit signal recipientsAmy Griffis2007-05-1111-29/+206
* [PATCH] add SIGNAL syscall class (v3)Amy Griffis2007-05-1113-0/+76
* [PATCH] auditing ptraceAl Viro2007-05-113-0/+42
* locks: fix F_GETLK regression (failure to find conflicts)J. Bruce Fields2007-05-111-2/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-05-1016-893/+496Star
|\
| * [WATCHDOG] MTX-1 Watchdog driverFlorian Fainelli2007-05-063-0/+246
| * [WATCHDOG] s3c2410_wdt - initialize watchdog irq resource Arnaud Patard2007-05-061-3/+3
| * [WATCHDOG] Kconfig menuconfig patchJan Engelhardt2007-05-051-62/+59Star
| * [WATCHDOG] pcwd.c: Port to the new device driver modelWim Van Sebroeck2007-05-051-122/+120Star
| * [WATCHDOG] use mutex instead of semaphore in Berkshire USB-PC Watchdog driverMatthias Kaehlcke2007-05-041-4/+4
| * [WATCHDOG] the scheduled removal of the i8xx_tco watchdog driverAdrian Bunk2007-05-016-650/+0Star
| * Merge /pub/scm/linux/kernel/git/torvalds/linux-2.6Wim Van Sebroeck2007-05-012831-104091/+159862
| |\
| * | [WATCHDOG] Semi-typical watchdog bug re early misc_register()Alexey Dobriyan2007-03-265-47/+46Star
| * | [WATCHDOG] add support for the w83627thf chipset.Vlad Drukker2007-03-261-5/+18
* | | Allow compat_ioctl.c to compile without CONFIG_NETSimon Horman2007-05-101-1/+4
* | | Fix ixp4xx compile errorFrederik Deweerdt2007-05-101-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-1047-1002/+867Star
|\ \ \
| * | | [POWERPC] Fix compile error with kexec and CONFIG_SMP=nPaul Mackerras2007-05-101-0/+1
| * | | [POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warningMichael Ellerman2007-05-101-16/+31
| * | | [POWERPC] Fix warning in hpte_decode(), and generalize itPaul Mackerras2007-05-102-21/+28
| * | | [POWERPC] Minor pSeries IOMMU debug cleanupMichael Neuling2007-05-101-1/+2
| * | | [POWERPC] PS3: Fix sys manager build errorGeoff Levand2007-05-101-0/+5
| * | | [POWERPC] Assorted janitorial EEH cleanupsLinas Vepstas2007-05-103-9/+29
| * | | [POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NIDStephen Rothwell2007-05-101-4/+0Star
| * | | [POWERPC] pmu_sys_suspended is only defined for PPC32Stephen Rothwell2007-05-101-1/+1
| * | | [POWERPC] Fix incorrect calculation of I/O window addressesPaul Mackerras2007-05-101-24/+13Star
| * | | [POWERPC] celleb: Update celleb_defconfigIshizaki Kou2007-05-101-44/+85
| * | | [POWERPC] celleb: Fix parsing of machine type hack command line optionIshizaki Kou2007-05-101-1/+1
| * | | [POWERPC] celleb: Fix PCI config space accesses to subordinate busesIshizaki Kou2007-05-101-4/+4
| * | | [POWERPC] celleb: Fix support for multiple PCI domainsIshizaki Kou2007-05-101-0/+1
| * | | [POWERPC] Wire up sys_utimensatStephen Rothwell2007-05-102-1/+3
| * | | Merge branch 'linux-2.6'Paul Mackerras2007-05-10908-11802/+27475
| |\ \ \
| * | | | [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warningKumar Gala2007-05-103-3/+3
| * | | | [POWERPC] User rheap from arch/powerpc/libKumar Gala2007-05-104-700/+0Star
| * | | | [POWERPC] 83xx: Fix the PCI ranges in the MPC834x_MDS device tree.Scott Wood2007-05-101-2/+2
| * | | | [POWERPC] 83xx: Fix the PCI ranges in the MPC832x_MDS device tree.Scott Wood2007-05-101-1/+1
| * | | | [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termiosScott Wood2007-05-101-1/+2
| * | | | [POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi2007-05-1017-217/+221
| * | | | [POWERPC] 86xx: Enable the AC97 interface on 8641D board.Jason Jin2007-05-101-1/+6
| * | | | [POWERPC] Move reg_booke.h to include/asm-powerpcBecky Bruce2007-05-101-0/+469
| * | | | [POWERPC] 83xx: Suppress warning when CONFIG_ options aren't definedKumar Gala2007-05-101-0/+2
| * | | | [POWERPC] 83xx: Suppress warning when CONFIG_PCI is not definedLi Yang2007-05-103-0/+6
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-05-1012-781/+349Star
|\ \ \ \ \
| * | | | | [SPARC64]: Use alloc_pci_dev() in PCI bus probes.David S. Miller2007-05-101-1/+1
| * | | | | [SPARC64]: Bump PROMINTR_MAX to 32.David S. Miller2007-05-101-1/+1
| * | | | | [SPARC64]: Fix recursion in PROM tree building.David S. Miller2007-05-101-4/+15
| * | | | | [SERIAL] sunzilog: Interrupt enable before ISR handler installedMark Fortescue2007-05-092-35/+122
| * | | | | [SPARC64] PCI: Consolidate PCI access code into pci_common.cDavid S. Miller2007-05-097-740/+210Star
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-05-1070-727/+721Star
|\ \ \ \ \ \
| * \ \ \ \ \ Pull misc-for-upstream into release branchLen Brown2007-05-103-23/+31
| |\ \ \ \ \ \