Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | [PATCH] hpet: remove unused variable | Clemens Ladisch | 2005-10-30 | 1 | -3/+2 | |
| * | | | | | | [PATCH] HPET: make frequency calculations 32 bit safe | Clemens Ladisch | 2005-10-30 | 1 | -13/+19 | |
| * | | | | | | [PATCH] hpet: disallow zero interrupt frequency | Clemens Ladisch | 2005-10-30 | 1 | -1/+4 | |
| * | | | | | | [PATCH] sparse cleanups: NULL pointers, C99 struct init. | Randy Dunlap | 2005-10-30 | 2 | -2/+2 | |
| * | | | | | | [PATCH] tpm-tidies | Andrew Morton | 2005-10-30 | 3 | -37/+23 | |
| * | | | | | | [PATCH] Infineon TPM: move infineon driver off pci_dev | Marcel Selhorst | 2005-10-30 | 1 | -98/+59 | |
| * | | | | | | [PATCH] tpm: move nsc driver off pci_dev | Kylene Jo Hall | 2005-10-30 | 1 | -67/+77 | |
| * | | | | | | [PATCH] tpm: move atmel driver off pci_dev | Kylene Jo Hall | 2005-10-30 | 1 | -62/+63 | |
| * | | | | | | [PATCH] tpm: change from pci_dev to dev power management functions | Kylene Jo Hall | 2005-10-30 | 2 | -6/+6 | |
| * | | | | | | [PATCH] tpm: remove pci dependency | Kylene Jo Hall | 2005-10-30 | 5 | -72/+91 | |
| * | | | | | | [PATCH] tpm: add status function to allow non-lpc bus chips | Kylene Jo Hall | 2005-10-30 | 5 | -1/+20 | |
| * | | | | | | [PATCH] rocketport: make it work when statically linked into kernel | Bjorn Helgaas | 2005-10-30 | 1 | -8/+2 | |
| * | | | | | | [PATCH] watchdog: update .owner field of struct pci_driver | Laurent Riffard | 2005-10-30 | 2 | -0/+2 | |
| * | | | | | | [PATCH] SyncLink adapters: updates .owner field of struct pci_driver | Laurent Riffard | 2005-10-30 | 2 | -0/+2 | |
| * | | | | | | [PATCH] epca: update .owner field of struct pci_driver | Laurent Riffard | 2005-10-30 | 1 | -0/+1 | |
| * | | | | | | [PATCH] setkeys needs root | Andrew Morton | 2005-10-30 | 1 | -0/+3 | |
| * | | | | | | [PATCH] Telecom Clock Driver for MPCBL0010 ATCA computer blade | Mark Gross | 2005-10-30 | 3 | -0/+909 | |
| * | | | | | | [PATCH] Typo fix: dot after newline in printk strings | Jean Delvare | 2005-10-30 | 1 | -1/+1 | |
| * | | | | | | [PATCH] Typo fix: explictly -> explicitly | Jean Delvare | 2005-10-30 | 1 | -1/+1 | |
| * | | | | | | [PATCH] reduce sizeof(struct file) | Eric Dumazet | 2005-10-30 | 1 | -1/+1 | |
| * | | | | | | [PATCH] remove some more check_region stuff | Jeff Garzik | 2005-10-30 | 1 | -172/+170 | |
| * | | | | | | [PATCH] CONFIG_IA32 | Brian Gerst | 2005-10-30 | 3 | -11/+11 | |
| * | | | | | | qtronix.c: Handle kmalloc failure. | Ralf Baechle | 2005-10-29 | 1 | -0/+5 | |
| * | | | | | | Resurrect Cobalt support for 2.6. | Ralf Baechle | 2005-10-29 | 2 | -3/+3 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2005-10-28 | 3 | -4/+5 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Pull define-node-cleanup into release branch | Tony Luck | 2005-10-28 | 2 | -4/+4 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | [IA64] Two more uses of cpuid_to_cnodeid() must go. | Tony Luck | 2005-09-15 | 1 | -2/+2 | |
| | | * | | | | | [IA64] Cleanup use of various #defines related to nodes | Jack Steiner | 2005-09-15 | 1 | -2/+2 | |
| | * | | | | | | Pull altix-mmr into release branch | Tony Luck | 2005-10-28 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | [IA64] Need to include <asm/sn/io.h> in a few more places. | Tony Luck | 2005-09-09 | 1 | -0/+1 | |
| * | | | | | | | | Merge ../bleed-2.6 | Greg KH | 2005-10-28 | 2 | -2/+110 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-10-28 | 1 | -1/+109 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | [ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000 | Jon Ringle | 2005-10-28 | 1 | -1/+109 | |
| | | |/ / / / / / / | ||||||
| | * / / / / / / / | [PATCH] gfp_t: remaining bits of drivers/* | Al Viro | 2005-10-28 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 | 3 | -36/+28 | |
| * | | | | | | | | [PATCH] Input: convert sonypi to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 | 1 | -39/+53 | |
| * | | | | | | | | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 2005-10-28 | 16 | -33/+41 | |
| |/ / / / / / / | ||||||
* | | | | | | | | [PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses | Roland Dreier | 2005-10-29 | 1 | -3/+1 | |
* | | | | | | | | Merge in v2.6.14 by hand | Paul Mackerras | 2005-10-28 | 1 | -5/+6 | |
|\| | | | | | | | ||||||
| * | | | | | | | [PATCH] fix radeon_cp_init_ring_buffer() | Ivan Kokshaysky | 2005-10-26 | 1 | -5/+6 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | powerpc: set the driver.owner field for all vio drivers | Stephen Rothwell | 2005-10-24 | 2 | -1/+3 | |
* | | | | | | | powerpc: don't duplicate name between vio_driver and device_driver | Stephen Rothwell | 2005-10-24 | 3 | -4/+8 | |
|/ / / / / / | ||||||
* | | | | / | [PATCH] drm: another mga bug | Dave Airlie | 2005-10-21 | 3 | -3/+4 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | [PATCH] fix MGA DRM regression before 2.6.14 | Dave Airlie | 2005-10-19 | 1 | -3/+19 | |
* | | | | | Add some basic .gitignore files | Linus Torvalds | 2005-10-18 | 1 | -0/+3 | |
* | | | | | [PATCH] n_r3964 mod_timer() fix | Stephan Brodkorb | 2005-10-17 | 1 | -4/+4 | |
* | | | | | Pull mbcs-init-sn-check into release branch | Tony Luck | 2005-10-11 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | [IA64] mbcs_init() should give up unless running on sn2 | Greg Edwards | 2005-10-04 | 1 | -0/+3 | |
* | | | | | | [ARM] 2963/1: S3C2410 - add .owner field to device_driver | Ben Dooks | 2005-10-10 | 1 | -0/+1 | |
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2005-10-08 | 1 | -67/+172 | |
|\ \ \ \ \ \ |