summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-03-2153-219/+514
|\
| * [PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman2006-03-201-0/+1
| * [PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman2006-03-201-4/+0
| * [PATCH] get_cpu_sysdev() signedness fixAndrew Morton2006-03-202-2/+2
| * [PATCH] kobject_add_dirJun'ichi Nomura2006-03-202-0/+40
| * [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman2006-03-202-0/+61
| * [PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni2006-03-204-5/+39
| * [PATCH] Kobject: kobject.h: fix a typoAdrian Bunk2006-03-201-1/+1
| * [PATCH] Kobject: provide better warning messages when people do stupid thingsGreg Kroah-Hartman2006-03-201-8/+14
| * [PATCH] Driver core: add macros notice(), dev_notice()Tilman Schmidt2006-03-201-0/+2
| * [PATCH] firmware: fix BUG: in fw_realloc_bufferJeff Moyer2006-03-201-2/+4
| * [PATCH] sysfs: kzalloc conversionEric Sesterhenn2006-03-202-4/+2
| * [PATCH] fix module sysfs files reference countingGreg Kroah-Hartman2006-03-203-56/+32
| * [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to USB subsystemGreg Kroah-Hartman2006-03-202-3/+21
| * [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystemGreg Kroah-Hartman2006-03-201-3/+3
| * [PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman2006-03-207-47/+135
| * [PATCH] Clean up module.c symbol searching logicSam Ravnborg2006-03-201-32/+41
| * [PATCH] kobj_map semaphore to mutex conversionJes Sorensen2006-03-204-35/+38
| * [PATCH] kref: avoid an atomic operation in kref_put()Eric Dumazet2006-03-201-1/+6
| * [PATCH] handle errors returned by platform_get_irq*()David Vrabel2006-03-2019-10/+60
| * [PATCH] driver core: platform_get_irq*(): return -ENXIO on errorDavid Vrabel2006-03-201-2/+2
| * [PATCH] Mark empty release functions as brokenGreg Kroah-Hartman2006-03-202-0/+2
| * [PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura2006-03-202-3/+2
| * [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2006-03-202-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-2111-474/+774
|\ \
| * | README: bzip2 is not newHåkon Løvdal2006-03-201-1/+1
| * | Documentation/Changes: remove outdated translation referencesJochen Hein2006-03-201-18/+0
| * | remove dead Radeon URLAdrian Bunk2006-03-202-4/+2
| * | SCSI_AACRAID: add a help textAdrian Bunk2006-03-201-0/+8
| * | update the i386 defconfigAdrian Bunk2006-03-201-431/+741
| * | MAINTAINERS: remove the LANMEDIA entryAdrian Bunk2006-03-201-6/+0
| * | Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitAdrian Bunk2006-03-201536-17435/+23398
| |\ \
| * \ \ Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitAdrian Bunk2006-02-03998-19582/+30719
| |\ \ \
| * | | | Move ip2.c and ip2main.c to drivers/char/ip2/ where the other filesAdrian Bunk2006-01-194-14/+22
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-03-21119-2642/+2044
|\ \ \ \ \
| * | | | | [MIPS] Update defconfigs.Ralf Baechle2006-03-2146-1830/+1537
| * | | | | [MIPS] Separate CPU entries in /proc/cpuinfo with a blank line.Martin Michlmayr2006-03-211-0/+1
| * | | | | [MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.H. Peter Anvin2006-03-212-1/+8
| * | | | | [MIPS] TX49XX has prefetch.Atsushi Nemoto2006-03-213-2/+10
| * | | | | [MIPS] Kill tlb-andes.c.Thiemo Seufer2006-03-213-260/+6
| * | | | | [MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle2006-03-2138-86/+87
| * | | | | [MIPS] Makefile crapectomy.Ralf Baechle2006-03-211-169/+39
| * | | | | [MIPS] Reformat __xchg().Ralf Baechle2006-03-211-4/+4
| * | | | | [MIPS] Mention Broadcom part number for BigSur boardMartin Michlmayr2006-03-211-1/+1
| * | | | | [MIPS] Remove CONFIG_BUILD_ELF64.Ralf Baechle2006-03-2112-75/+13
| * | | | | [MIPS] Further sparsification for 32-bit compat code.Atsushi Nemoto2006-03-213-88/+92
| * | | | | [MIPS] fix wrong __user usage in _sysn32_rt_sigsuspendAtsushi Nemoto2006-03-211-1/+2
| * | | | | [MIPS] Signal cleanupAtsushi Nemoto2006-03-215-33/+35
| * | | | | [MIPS] Reformat all of signal32.c with tabs instead of space for consistencyMartin Michlmayr2006-03-211-6/+6
| * | | | | [MIPS] Delete unused sys32_waitpid.Ralf Baechle2006-03-211-6/+0
OpenPOWER on IntegriCloud