aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] make osf_select() use core_sys_select()Al Viro2008-05-011-0/+2
* klist: fix coding style errors in klist.h and klist.cGreg Kroah-Hartman2008-04-301-15/+15
* driver core: remove no longer used "struct class_device"Kay Sievers2008-04-301-97/+0
* devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala2008-04-301-2/+2
* sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap2008-04-301-0/+6
* klist: implement klist_add_{after|before}()Tejun Heo2008-04-301-0/+2
* klist: implement KLIST_INIT() and DEFINE_KLIST()Tejun Heo2008-04-301-0/+8
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-304-273/+135
|\
| * Merge branch 'pnp' into releaseLen Brown2008-04-303-259/+110
| |\
| | * PNPBIOS: remove include/linux/pnpbios.hBjorn Helgaas2008-04-291-151/+0
| | * ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas2008-04-291-1/+0
| | * PNP: make interfaces private to the PNP coreBjorn Helgaas2008-04-291-36/+0
| | * PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-291-12/+2
| | * PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_t...Bjorn Helgaas2008-04-291-40/+105
| | * PNP: add pnp_get_resource() interfaceBjorn Helgaas2008-04-291-0/+1
| | * PNP: remove unused interfaces using pnp_resource_tableBjorn Helgaas2008-04-291-8/+0
| | * PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2008-04-291-0/+2
| | * PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas2008-04-291-2/+2
| | * PNP: add debug output to option registrationBjorn Helgaas2008-04-291-8/+11
| | * PNP: make pnp_add_card_id() internal to PNP coreBjorn Helgaas2008-04-291-2/+0
| | * PNP: make pnp_add_id() internal to PNP coreBjorn Helgaas2008-04-291-2/+0
| | * ISAPNP: move config register addresses out of isapnp.hBjorn Helgaas2008-04-291-10/+0
| * | thermal: add hwmon sysfs I/FZhang Rui2008-04-291-0/+24
| * | thermal: add new get_crit_temp callbackZhang, Rui2008-04-291-0/+1
| * | thermal: add the support for building the generic thermal as a moduleZhang Rui2008-04-291-14/+0
| |/
* | inlining: do not allow gcc below version 4 to optimize inliningIngo Molnar2008-04-301-2/+3
* | Drop the exporting of empty <linux/byteorder/generic.h>Robert P. J. Day2008-04-304-12/+6
* | Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-3041-130/+1
* | add hrtimer specific debugobjects codeThomas Gleixner2008-04-301-0/+15
* | debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-302-1/+29
* | infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-301-0/+90
* | slab: add a flag to prevent debug_free checks on a kmem_cacheThomas Gleixner2008-04-301-0/+7
* | Add macros similar to min/max/min_t/max_tHarvey Harrison2008-04-301-17/+74
* | Basic braille screen reader supportSamuel Thibault2008-04-301-0/+4
* | reiserfs: use open_bdev_exclChristoph Hellwig2008-04-301-1/+0
* | mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2008-04-301-0/+1
* | mm: bdi: export bdi_writeout_inc()Miklos Szeredi2008-04-301-0/+2
* | mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-20/+57
* | mm: bdi: move statistics to debugfsMiklos Szeredi2008-04-301-0/+6
* | mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra2008-04-302-0/+15
* | mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra2008-04-301-0/+4
* | mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-302-0/+12
* | pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov2008-04-302-2/+2
* | pids: introduce change_pid() helperOleg Nesterov2008-04-301-2/+4
* | Deprecate find_task_by_pid()Pavel Emelyanov2008-04-301-1/+4
* | devpts: factor out PTY index allocationSukadev Bhattiprolu2008-04-301-0/+4
* | tty: add throttle/unthrottle helpersAlan Cox2008-04-302-0/+6
* | tty: The big operations reworkAlan Cox2008-04-302-48/+62
* | char: switch gs, cyclades and esp to return int for put_charAlan Cox2008-04-301-1/+1
* | tty_io: fix remaining pid struct lockingAlan Cox2008-04-301-0/+1