aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov2007-04-273-1/+26
| * uevent: use add_uevent_var() instead of open coding itEric Rannaud2007-04-276-111/+79
| * Driver core: switch firmware_class to uevent_suppress.Cornelia Huck2007-04-271-8/+2
| * Driver core: suppress uevents via filterCornelia Huck2007-04-271-2/+3
| * Driver core: notify userspace of network device renamesJean Tourrilhes2007-04-272-0/+41
| * kref: fix CPU ordering with respect to krefsOliver Neukum2007-04-271-0/+2
| * Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2007-04-273-23/+13
| * driver core: don't fail attaching the device if it cannot be boundCornelia Huck2007-04-274-13/+11
| * powerpc: make it compile for multithread changeAndrew Morton2007-04-271-3/+0
| * driver core: per-subsystem multithreaded probingCornelia Huck2007-04-274-40/+33
| * kobject: kobject_shadow_add cleanupDmitriy Monakhov2007-04-271-2/+2
| * Driver core: add name to device_typeKay Sievers2007-04-272-0/+15
| * driver core: Use attribute groups in struct device_typeDmitry Torokhov2007-04-272-47/+70
| * Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-272-21/+97
| * dev_printk and new-style class devicesJean Delvare2007-04-271-1/+2
| * driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-276-28/+89
| * driver core: fix device_add error pathDmitriy Monakhov2007-04-271-9/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-04-2715-773/+695
|\ \
| * | selinux: preserve boolean values across policy reloadsStephen Smalley2007-04-261-0/+38
| * | selinux: change numbering of boolean directory inodes in selinuxfsJames Carter2007-04-261-6/+5
| * | selinux: remove unused enumeration constant from selinuxfsJames Carter2007-04-261-1/+0
| * | selinux: explicitly number all selinuxfs inodesJames Carter2007-04-261-0/+6
| * | selinux: export initial SID contexts via selinuxfsJames Carter2007-04-263-0/+76
| * | selinux: remove userland security class and permission definitionsStephen Smalley2007-04-266-314/+21
| * | SELinux: move security_skb_extlbl_sid() out of the security serverPaul Moore2007-04-263-35/+31
| * | MAINTAINERS: update selinux entryStephen Smalley2007-04-261-1/+3
| * | SELinux: rename selinux_netlabel.h to netlabel.hPaul Moore2007-04-263-2/+2
| * | SELinux: extract the NetLabel SELinux support from the security serverPaul Moore2007-04-266-405/+481
| * | NetLabel: convert a BUG_ON in the CIPSO code to a runtime checkPaul Moore2007-04-261-1/+3
| * | NetLabel: cleanup and document CIPSO constantsPaul Moore2007-04-261-8/+29
* | | make SysRq-T show all tasks againIngo Molnar2007-04-272-3/+3
* | | seqlocks: trivial remove weird whitespaceDaniel Walker2007-04-271-4/+4
* | | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2007-04-2730-0/+12114
|\ \ \
| * | | UBI: remove unused variableArtem Bityutskiy2007-04-271-1/+0
| * | | UBI: add me to MAINTAINERSArtem Bityutskiy2007-04-271-0/+8
| * | | JFFS2: add UBI supportArtem Bityutskiy2007-04-273-0/+42
| * | | UBI: Unsorted Block ImagesArtem B. Bityutskiy2007-04-2726-0/+12065
| |/ /
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-04-2731-2237/+4697
|\ \ \ | |_|/ |/| |
| * | ocfs2: Cache extent recordsMark Fasheh2007-04-267-0/+289
| * | ocfs2: Remember rw lock level during direct ioMark Fasheh2007-04-263-7/+19
| * | ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-269-30/+25
| * | ocfs2: Fix extent lookup to return true size of holesMark Fasheh2007-04-265-12/+109
| * | ocfs2: Read from an unwritten extent returns zerosMark Fasheh2007-04-2610-23/+45
| * | ocfs2: make room for unwritten extents flagMark Fasheh2007-04-266-69/+151
| * | ocfs2: Use own splice write actorMark Fasheh2007-04-263-1/+162
| * | ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh2007-04-261-1/+4
| * | [PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh2007-04-262-7/+10
| * | ocfs2: zero tail of sparse files on truncateMark Fasheh2007-04-267-25/+328
| * | ocfs2: Teach ocfs2_get_block() about holesMark Fasheh2007-04-261-38/+61
| * | ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Mark Fasheh2007-04-261-120/+5