| Commit message (Expand) | Author | Age | Files | Lines |
* | Net/Security: fix memory leaks from security_secid_to_secctx() | Paul Moore | 2007-08-02 | 2 | -3/+6 |
* | SELinux: remove redundant pointer checks before calling kfree() | Paul Moore | 2007-08-02 | 1 | -2/+1 |
* | SELinux: restore proper NetLabel caching behavior | Paul Moore | 2007-08-02 | 2 | -4/+14 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2007-08-02 | 10 | -39/+50 |
|\ |
|
| * | [IA64] ITC: Reduce rating for ITC clock if ITCs are drifty | Christoph Lameter | 2007-08-01 | 1 | -1/+15 |
| * | [IA64] SN2: Fix up sn2_rtc clock | Christoph Lameter | 2007-08-01 | 1 | -5/+2 |
| * | [IA64] Fix wrong access to irq_desc[] in iosapic_register_intr(). | Kenji Kaneshige | 2007-08-01 | 1 | -2/+3 |
| * | [IA64] Fix possible race in destroy_and_reserve_irq() | Kenji Kaneshige | 2007-07-31 | 1 | -11/+6 |
| * | [IA64] Fix registered interrupt check | Kenji Kaneshige | 2007-07-31 | 1 | -6/+6 |
| * | [IA64] Remove a few duplicate includes | Jesper Juhl | 2007-07-31 | 3 | -3/+0 |
| * | [IA64] Allow smp_call_function_single() to current cpu | Avi Kivity | 2007-07-31 | 1 | -3/+5 |
| * | [IA64] fix a few section mismatch warnings | Sam Ravnborg | 2007-07-31 | 3 | -8/+13 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2007-08-02 | 13 | -128/+85 |
|\ \ |
|
| * | | scc_pata: PIO fixes | Bartlomiej Zolnierkiewicz | 2007-08-01 | 1 | -41/+20 |
| * | | piix/slc90e66: fix PIO1 handling in ->speedproc method (take 2) | Bartlomiej Zolnierkiewicz | 2007-08-01 | 2 | -17/+15 |
| * | | jmicron: PIO fixes | Bartlomiej Zolnierkiewicz | 2007-08-01 | 1 | -17/+4 |
| * | | it8213: PIO fixes (take 2) | Bartlomiej Zolnierkiewicz | 2007-08-01 | 1 | -16/+17 |
| * | | cs5535: PIO fixes | Bartlomiej Zolnierkiewicz | 2007-08-01 | 1 | -23/+17 |
| * | | cs5520: fix PIO auto-tuning in ->ide_dma_check method | Bartlomiej Zolnierkiewicz | 2007-08-01 | 1 | -1/+1 |
| * | | drivers/scsi/ide-scsi.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-08-01 | 1 | -6/+4 |
| * | | drivers/ide/arm/icside.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-08-01 | 1 | -2/+1 |
| * | | ide: eliminate warnings in ide-tape.c | Stephen Rothwell | 2007-08-01 | 1 | -1/+1 |
| * | | ide: fix runtogether printk's in cmd64x IDE driver | Meelis Roos | 2007-08-01 | 1 | -2/+2 |
| * | | sis5513: Add FSC Amilo A1630 PCI subvendor/dev to laptops | David Lamparter | 2007-08-01 | 1 | -0/+1 |
| * | | alim15x3: Correct HP detect | Bartlomiej Zolnierkiewicz | 2007-08-01 | 1 | -1/+1 |
| * | | ide: Fix an overrun found in the CS5535 IDE driver | Jordan Crouse | 2007-08-01 | 1 | -1/+1 |
* | | | FRV: Enable the MB86943 PCI arbiter correctly | David Howells | 2007-08-02 | 2 | -1/+5 |
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-08-02 | 8 | -54/+64 |
|\ \ \ |
|
| * | | | pata_sis: fix MWDMA for <= UDMA66 chipsets and UDMA for UDMA33 chipsets | Bartlomiej Zolnierkiewicz | 2007-08-01 | 1 | -11/+9 |
| * | | | libata: blacklist SAMSUNG HD401LJ / ZZ100-15 for NCQ | Tejun Heo | 2007-08-01 | 1 | -0/+1 |
| * | | | ata_piix: add Tecra M3 to broken suspend blacklist | Tejun Heo | 2007-08-01 | 1 | -0/+8 |
| * | | | ata_piix: implement piix_borken_suspend() | Tejun Heo | 2007-08-01 | 1 | -30/+30 |
| * | | | pci: rename __pci_reenable_device() to pci_reenable_device() | Tejun Heo | 2007-08-01 | 4 | -9/+8 |
| * | | | libata-sff; Unbreak non DMA capable controllers again | Alan Cox | 2007-08-01 | 1 | -0/+4 |
| * | | | pata_cmd64x: Correct the speed ranges | Alan Cox | 2007-08-01 | 1 | -4/+4 |
| |/ / |
|
* | | | genirq: temporary fix for level-triggered IRQ resend | Thomas Gleixner | 2007-08-02 | 1 | -0/+9 |
* | | | Fix WARN_ON() on bitfield ops for all other archs | Heiko Carstens | 2007-08-02 | 4 | -4/+4 |
|/ / |
|
* | | Fix WARN_ON() on bitfield ops | Linus Torvalds | 2007-08-01 | 2 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2007-08-01 | 29 | -156/+1509 |
|\ \ |
|
| * | | [WATCHDOG] Fix pcwd_init_module crash | Wim Van Sebroeck | 2007-07-29 | 2 | -1/+1 |
| * | | [WATCHDOG] ICH9 support for iTCO_wdt | Wim Van Sebroeck | 2007-07-26 | 1 | -3/+15 |
| * | | [WATCHDOG] 631xESB/632xESB support for iTCO_wdt - add all LPC bridges | Wim Van Sebroeck | 2007-07-26 | 1 | -0/+15 |
| * | | [WATCHDOG] 631xESB/632xESB support for iTCO_wdt | Sergey Kononenko | 2007-07-26 | 1 | -1/+6 |
| * | | [WATCHDOG] omap_wdt.c - default error for IOCTL is -ENOTTY | Wim Van Sebroeck | 2007-07-24 | 1 | -1/+1 |
| * | | [WATCHDOG] Return value of nonseekable_open | Wim Van Sebroeck | 2007-07-24 | 4 | -11/+4 |
| * | | [WATCHDOG] mv64x60_wdt: Rework the timeout register manipulation | Dale Farnsworth | 2007-07-24 | 1 | -36/+54 |
| * | | [WATCHDOG] mv64x60_wdt: disable watchdog timer when driver is probed | Dale Farnsworth | 2007-07-24 | 1 | -0/+2 |
| * | | [WATCHDOG] mv64x60_wdt: Support the WDIOF_MAGICCLOSE feature | Dale Farnsworth | 2007-07-24 | 1 | -4/+24 |
| * | | [WATCHDOG] mv64x60_wdt: Add a module parameter to change nowayout setting | Dale Farnsworth | 2007-07-24 | 1 | -3/+9 |
| * | | [WATCHDOG] mv64x60_wdt: Add WDIOC_SETOPTIONS ioctl support | Dale Farnsworth | 2007-07-24 | 1 | -1/+10 |