aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-06-20[PATCH] libfs: add simple attribute filesArnd Bergmann1-0/+46
2005-06-20[PATCH] Driver core: unregister_node() for hotplug useKeiichiro Tokunaga1-0/+1
2005-06-20[PATCH] Driver Core: fix bk-driver-core kills ppc64Patrick Mochel1-1/+0
2005-06-20[PATCH] Use a klist for device child lists.mochel@digitalimplant.org1-8/+2
2005-06-20[PATCH] Remove struct device::driver_list.mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] Remove struct device::bus_list.mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] add klist_node_attached() to determine if a node is on a list or not.mochel@digitalimplant.org1-0/+2
2005-06-20[PATCH] Remove the unused device_find().mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org1-1/+2
2005-06-20[PATCH] Add a klist to struct bus_type for its drivers.mochel@digitalimplant.org1-0/+2
2005-06-20[PATCH] Add a klist to struct bus_type for its devices.mochel@digitalimplant.org1-0/+3
2005-06-20[PATCH] Add initial implementation of klist helpers.mochel@digitalimplant.org1-0/+53
2005-06-20[PATCH] Add driver_for_each_device().mochel@digitalimplant.org1-0/+3
2005-06-20[PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org1-0/+4
2005-06-20[PATCH] class: remove class_simple code, as no one in the tree is using it an...gregkh@suse.de1-10/+0
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de1-3/+2
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de1-1/+1
2005-06-20[PATCH] CLASS: move a "simple" class logic into the class core.gregkh@suse.de1-0/+9
2005-06-20[PATCH] Make attributes names const char *Dmitry Torokhov1-2/+2
2005-06-20[PATCH] make driver's name be const char *Dmitry Torokhov1-6/+6
2005-06-20[PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov1-1/+1
2005-06-20[PATCH] Make kobject's name be const char *Dmitry Torokhov1-3/+3
2005-06-20[PATCH] sysfs_{create|remove}_link should take const char *Dmitry Torokhov1-5/+5
2005-06-19Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+34
2005-06-19Merge with ../linux-2.6-smpRussell King2-0/+33
2005-06-19[PATCH] ARM SMP: Fix PXA/SA11x0 suspend resume crashRussell King1-0/+1
2005-06-19[PATCH] ARM SMP: Add missed files from Integrator/CP platformRussell King1-0/+19
2005-06-18[PKT_SCHED]: Generic queue management interface for qdiscs using internal skb...Thomas Graf1-0/+122
2005-06-18[IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notificationHerbert Xu1-0/+2
2005-06-18[NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flagsThomas Graf1-7/+10
2005-06-18[RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16, and flagThomas Graf1-0/+23
2005-06-18[NETLINK]: Fix RTA_NEST_CANCEL().Thomas Graf1-1/+2
2005-06-18[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_tableThomas Graf1-3/+0
2005-06-18[NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf2-0/+111
2005-06-18[NETLINK] Routing attribute related shortcutsThomas Graf1-0/+45
2005-06-18[NETLINK]: New message building macrosThomas Graf1-2/+15
2005-06-18[NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller1-1/+0
2005-06-18[NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo1-8/+8
2005-06-18[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo3-54/+187
2005-06-18[NET] Rename open_request to request_sockArnaldo Carvalho de Melo7-43/+43
2005-06-18[NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo7-79/+141
2005-06-18[SLAB] Introduce kmem_cache_nameArnaldo Carvalho de Melo1-0/+1
2005-06-18[IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*Herbert Xu1-12/+0
2005-06-18[IPSEC] Turn km_event.data into a unionHerbert Xu1-1/+6
2005-06-18[IPSEC] Kill spurious hard expire messagesHerbert Xu1-1/+1
2005-06-18[IPSEC] Add complete xfrm event notificationJamal Hadi Salim2-3/+28
2005-06-18Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6Linus Torvalds3-24/+87
2005-06-18Merge 'upstream-2.6.13' branch of rsync://rsync.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2005-06-18Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net...Linus Torvalds4-5/+320
2005-06-18Merge /spare/repo/linux-2.6/Jeff Garzik30-35/+165
2005-06-18[PATCH] ARM SMP: Add support for startup of secondary processorsRussell King1-0/+14
2005-06-18Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse36-205/+254
2005-06-17[SCSI] Add DMA mask constants other than 32 and 64 bitLee Revell1-0/+5
2005-06-17merge by hand (fix up qla_os.c merge error)James Bottomley7-2/+240
2005-06-16[PATCH] ARM: 2714/1: Fix the IB2 definitions for the Versatile platformCatalin Marinas1-5/+11
2005-06-16[PATCH] ARM: 2713/1: Fix the GPIO base for Integrator/CPCatalin Marinas1-0/+4
2005-06-13[IPV4]: Sysctl configurable icmp error source address.J. Simonetti1-0/+1
2005-06-13[SCTP] Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket optionNeil Horman1-0/+1
2005-06-13[NET]: linux/if_tr.h needs asm/byteorder.hTom Rini1-0/+2
2005-06-12[PATCH] Remove obsolete HAVE_ARCH_GET_SIGNAL_TO_DELIVER?Geert Uytterhoeven2-5/+0
2005-06-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+30
2005-06-08[PATCH] ppc64: Fix PER_LINUX32 behaviourPaul Mackerras1-3/+1
2005-06-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/tg3-2.6Linus Torvalds1-0/+1
2005-06-08[PATCH] ia64: fix floating-point preemption problemPeter Chubb1-2/+8
2005-06-08[PATCH] sparc32: silence access_ok() warningsWilliam Lee Irwin III1-2/+3
2005-06-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-2/+6
2005-06-08[PKT_SCHED]: Allow socket attributes to be matched on via meta ematchThomas Graf1-0/+30
2005-06-08[TG3]: Fix 5700/5701 DMA corruption on Apple G4.Michael Chan1-0/+1
2005-06-08[PATCH] ARM: 2703/1: pxa-regs.h: complete I2S GPIO alternate functions for PX...Giorgio Padrin1-0/+2
2005-06-08[IA64] Fill holes in FIXADDR_USER space with zero pages.David Mosberger-Tang1-2/+6
2005-06-08Automatic merge of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-11/+11
2005-06-07Merge of master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds8-0/+72
2005-06-07[PATCH] send_IPI_mask_sequence() warning fixMatthew Dobson1-1/+1
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser7-0/+70
2005-06-07[PATCH] i945G patch for agpgartAlan Hourihane1-0/+2
2005-06-06[PATCH] Include <linux/config.h> before testing CONFIG_ACPIDavid Mosberger1-0/+2
2005-06-06[PATCH] ppc32: add <linux/compiler.h> to <asm/sigcontext.h>Tom Rini1-1/+1
2005-06-06[PATCH] h8300 build error fixYoshinori Sato2-2/+7
2005-06-04[PATCH] s390: uml ptrace fixesBodo Stroesser1-1/+1
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch iff-running1-1/+1
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch we181-3/+280
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch hdlc1-1/+3
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch dm90001-0/+36
2005-06-03Automatic merge of /spare/repo/linux-2.6/.git branch HEAD66-305/+490
2005-06-03[PATCH] ARM: 2696/1: remove ';' in ELF_DATA define in asm-arm{,26}/elf.hMike Frysinger2-3/+3
2005-06-03[PATCH] ARM: 2692/1: Fix compile warnings in include/asm-arm/arch-ixp2000/io.hDeepak Saxena1-8/+8
2005-06-03[PATCH] USB: update urb documentationRoman Kagan1-1/+5
2005-06-02Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2-3/+2
2005-06-02[NET]: Fix HH_DATA_OFF.Jiri Benc1-1/+1
2005-06-02[NET]: Fix locking in shaper driver.Christoph Hellwig1-2/+1
2005-06-02Merge of 'docs' branch fromLinus Torvalds1-0/+58
2005-06-02Automatic merge of /spare/repo/linux-2.6/.git branch HEAD26-46/+168
2005-06-02libata: update inline source docsEdward Falk1-0/+58
2005-06-02[PATCH] ppc64: cleanup iseries runlight supportAnton Blanchard2-8/+23
2005-06-02[PATCH] ppc64: cleanup SPR definitionsAnton Blanchard1-158/+1
2005-06-02Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse49-108/+291
2005-06-01Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2-3/+7
2005-06-01Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/p...Linus Torvalds1-0/+6
2005-06-01[PATCH] ppc32/ppc64: cleanup /proc/device-treeBenjamin Herrenschmidt1-12/+1
2005-05-31[CPUFREQ] fix up comment in cpufreq.hDave Jones1-1/+1
2005-05-31[CPUFREQ] Recalibrate cpu_khz [2/2]Dave Jones1-0/+1
2005-05-31[SPARC64]: Fix streaming buffer flushing on PCI and SBUS.David S. Miller2-3/+7
2005-05-31[PATCH] PCI: amd74xx patch for new NVIDIA device IDsAndy Currid1-0/+6
2005-05-31Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/lin...Linus Torvalds2-1/+35
2005-05-29[NET]: Add ethtool support for NETIF_F_HW_CSUM.Jon Mason1-0/+1
2005-05-29[IPV4]: Kill MULTIPATHHOLDROUTE flag.Pravin B. Shelar1-3/+0
2005-05-29[NET]: Add is_multicast_ether_addr() in include/linux/etherdevice.hMichael Ellerman1-4/+18
2005-05-29[IPV4]: Primary and secondary addressesHarald Welte2-0/+3
2005-05-29Automatic merge of 'misc-fixes' branch fromLinus Torvalds1-0/+1
2005-05-29[BRIDGE]: make dev->features unsignedStephen Hemminger1-1/+1
2005-05-29[BRIDGE]: features change notificationStephen Hemminger2-0/+2
2005-05-29Automatic merge of /spare/repo/netdev-2.6 branch use-after-unmap1-0/+1
2005-05-29Automatic merge of 'for-linus' branch fromLinus Torvalds1-3/+25
2005-05-28[PATCH] ppc32: Support for 82xx PQII on-chip PCI bridgeVitaly Bordug3-1/+48
2005-05-28[PATCH] uml: remove jail mode + other leftoversPaolo 'Blaisorblade' Giarrusso1-8/+0
2005-05-28[PATCH] irq code: Add coherence test for PREEMPT_ACTIVEPaolo 'Blaisorblade' Giarrusso1-1/+5
2005-05-28[PATCH] sh: PREEMPT_ACTIVE fixPaul Mundt2-2/+2
2005-05-28[PATCH] uml: fix PREEMPT_ACTIVEPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-05-28[PATCH] uml: stack dump fixPaolo 'Blaisorblade' Giarrusso1-4/+3
2005-05-28[PATCH] uml: fix a couple of warningsJeff Dike1-1/+7
2005-05-28Input:Adrian Bunk1-3/+25
2005-05-27Automatic merge of /spare/repo/netdev-2.6 branch master39-89/+233
2005-05-27[PATCH] VIA IRQ quirkLen Brown1-1/+4
2005-05-27AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse1-1/+2
2005-05-26libata: Fix use-after-iounmapJeff Garzik1-0/+1
2005-05-26[PATCH] i386: fix prevent_tail_callRoland McGrath1-3/+1
2005-05-26[BNX2]: New Broadcom gigabit network driver.Michael Chan2-0/+10
2005-05-26[TOKENRING]: be'ify trh_hdr, trllc, rif_cache_sAlexey Dobriyan1-3/+3
2005-05-26From: Kazunori Miyazawa <kazunori@miyazawa.org>Hideaki YOSHIFUJI1-0/+2
2005-05-26[PKT_SCHED] netem: allow random reordering (with fix)Stephen Hemminger1-1/+8
2005-05-26Automatic merge of ../scsi-misc-2.6-old/James Bottomley7-2/+240
2005-05-26[SCSI] allow the HBA to reserve target and device private areasJames Bottomley1-0/+38
2005-05-26[SCSI] Add target alloc/destroy callbacks to the host templateJames Bottomley2-1/+28
2005-05-26[SCSI] TYPE_RBC cache fixes (sbp2.c affected)Al Viro1-0/+1
2005-05-26[PATCH] convert IDE device drivers to driver-modelBartlomiej Zolnierkiewicz1-16/+4
2005-05-25Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+3
2005-05-25[PATCH] x86_64: CONFIG_BUG=n fixesAlexander Nyberg1-0/+2
2005-05-25Merge of /home/davem/src/GIT/linux-2.6/.git/David S. Miller1-0/+1
2005-05-25[PATCH] ppc64 iSeries: fix boot time settingStephen Rothwell1-0/+1
2005-05-24Merge of davem@nuts.davemloft.net:/disk1/GIT/sparc-2.6/.git/David S. Miller1-0/+3
2005-05-24[PATCH] Cleanup DEFINE_WAITblaisorblade@yahoo.it1-3/+1
2005-05-23[SPARC64]: Add boot option to force UltraSPARC-III P-Cache on.David S. Miller1-0/+3
2005-05-23[NET]: netdevice.h: be'ify packet_typeAlexey Dobriyan1-1/+1
2005-05-23[TG3]: Add 5752M device ID.Xose Vazquez Perez1-0/+1
2005-05-23[NET]: include/linux/if_tr.h clean-upJon Mason1-24/+15
2005-05-23[NET]: Kill stray reference to sock->passcred.David S. Miller1-1/+0
2005-05-21Merge of master.kernel.org:/home/rmk/linux-2.6-mmc.gitLinus Torvalds1-0/+27
2005-05-21AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse1-3/+4
2005-05-21[PATCH] spin_unlock_bh() and preempt_check_resched()Samuel Thibault1-4/+4
2005-05-21[PATCH] MMC: Proper MMC command classes supportPierre Ossman1-0/+27
2005-05-20Automatic merge of rsync://www.parisc-linux.org/~jejb/git/scsi-for-linus-2.6.gitLinus Torvalds1-0/+6
2005-05-21AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley1-0/+3
2005-05-20[PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen1-0/+1
2005-05-20[PATCH] uml: small fixes left over from rc4Jeff Dike2-2/+24
2005-05-20[SCSI] implement parameter limits in the SPI transport classJames Bottomley1-0/+6
2005-05-20Remove some left-over empty filesLinus Torvalds3-0/+0
2005-05-20merge by hand - fix up rejections in Documentation/DocBook/MakefileJames Bottomley271-4127/+5357
2005-05-20[SCSI] add scsi changer driverGerd Knorr3-0/+172
2005-05-20[SCSI] remove requeue feature from blk_insert_request()Tejun Heo1-1/+1
2005-05-19Fix get_unmapped_area sanity testsLinus Torvalds1-1/+3
2005-05-19[PKT_SCHED]: Fixup simple action define.Jamal Hadi Salim1-2/+2
2005-05-19Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse12-11/+21
2005-05-18Sync with Linus - rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/...Tony Luck1-0/+7
2005-05-18[IA64] alternate perfmon handlerTony Luck1-0/+8
2005-05-18AUDIT: Treat all user messages identically.David Woodhouse1-15/+2
2005-05-17[PATCH] Driver Core: remove driver model detach_stateDavid Brownell1-3/+0
2005-05-17[IS64-SGI] Set Altix error handling featuresRuss Anderson1-0/+26
2005-05-17[IA64-SGI] Make Altix SAL call to POD reentrantRuss Anderson1-1/+1
2005-05-17Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/...Linus Torvalds1-0/+7
2005-05-17[PATCH] dvb: modified dvb_register_adapter() to avoid kmalloc/kfreeJohannes Stezenbach1-1/+1
2005-05-17[PATCH] kill <asm/ioctl32.h>Christoph Hellwig2-2/+0
2005-05-17[PATCH] x86_64: Collected NMI watchdog fixes.Andi Kleen1-0/+2
2005-05-17[PATCH] x86_64: Add pmtimer supportAndi Kleen2-0/+8
2005-05-17[PATCH] x86_64: Remove unique APIC/IO-APIC ID checkAndi Kleen1-1/+0
2005-05-17[PATCH] x86_64: Remove x86_apicid fieldAndi Kleen1-1/+0
2005-05-17[PATCH] x86_64: Increase number of IO-APICsAndi Kleen1-1/+1
2005-05-17[PATCH] x86_64: Add a guard page at the end of the 47bit address spaceAndi Kleen1-2/+2
2005-05-17[PATCH] uml: remove elf.hPaolo 'Blaisorblade' Giarrusso1-0/+0
2005-05-17AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse1-1/+6
2005-05-17Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse4-16/+89
2005-05-16Automatic merge of master.kernel.org:/home/rmk/linux-2.6-serial.gitLinus Torvalds1-0/+19
2005-05-15[PATCH] Generic HDLC updateKrzysztof Halasa1-1/+3
2005-05-15[PATCH] libata: flush COMRESET set and clearBrett Russ1-0/+7
2005-05-15[PATCH] DM9000 network driverSascha Hauer1-0/+36
2005-05-13AUDIT: Fix some spelling errorsSteve Grubb1-1/+1
2005-05-13AUDIT: Add message types to audit recordsSteve Grubb1-16/+50
2005-05-12 [PATCH] Wireless Extensions 18 (aka WPA)1-3/+280
2005-05-12[netdrvrs] Use netif_carrier_* instead of IFF_RUNNING1-1/+1
2005-05-12[PATCH] libata basic detection and errata for PATA->SATA bridgesBrad Campbell2-0/+2
2005-05-12[PATCH] ARM: 2676/1: S3C2440 - NAND register additionsBen Dooks1-3/+41
2005-05-11Add missing asm-ppc/seccomp.h. Must learn to use git properly.David Woodhouse1-0/+10
2005-05-11Add audit_log_typeChris Wright1-6/+10
2005-05-11Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright1-1/+3
2005-05-10[PATCH] ARM: 2666/1: i.MX pwm controller definesSascha Hauer1-0/+24
2005-05-10[PATCH] ARM: Move copy/clear user_page locking into implementationRussell King1-13/+2
2005-05-10[PATCH] ARM: Add top_pmd, which points at the top-most page tableRussell King1-0/+3
2005-05-09[PATCH] Serial: Add uart_insert_char()Russell King1-0/+19
2005-05-08Add CONFIG_AUDITSC and CONFIG_SECCOMP support for ppc32David Woodhouse1-0/+7
2005-05-08Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse3-200/+2
2005-05-06[PATCH] uml: command line handling cleanupJeff Dike1-1/+2