aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2006-09-21[CRYPTO] cipher: Added block cipher typeHerbert Xu1-0/+179
2006-09-21[CRYPTO] cipher: Added encrypt_one/decrypt_oneHerbert Xu1-0/+96
2006-09-21[CRYPTO] api: Added crypto_type supportHerbert Xu1-0/+3
2006-09-21[CRYPTO] api: Added crypto_alloc_baseHerbert Xu1-11/+3
2006-09-21[CRYPTO] api: Added asynchronous flagHerbert Xu1-0/+1
2006-09-21[CRYPTO] cipher: Removed special IV checks for ECBHerbert Xu1-2/+0
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-4/+2
2006-09-21[CRYPTO] api: Add missing accessors for new crypto_alg fieldsMichal Ludvig1-0/+10
2006-09-21[CRYPTO] api: Added spawnsHerbert Xu1-0/+4
2006-09-21[CRYPTO] api: Add cryptomgrHerbert Xu1-0/+9
2006-09-21[CRYPTO] api: Added event notificationHerbert Xu1-1/+3
2006-09-21[CRYPTO] api: Add crypto_alg reference countingHerbert Xu1-0/+3
2006-09-21[CRYPTO] api: Fixed crypto_tfm context alignmentHerbert Xu1-2/+23
2006-09-19Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+13
2006-09-17[NETFILTER]: Add secmark headers to header-yJames Morris1-1/+1
2006-09-13[PATCH] headers_check: remove <asm/timex.h> from user exportDavid Woodhouse1-1/+2
2006-09-13[PATCH] headers_check: reduce user-visible noise in <linux/nfs_fs.h>David Woodhouse1-26/+26
2006-09-12Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2-4/+1
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro1-0/+7
2006-09-11[PATCH] audit: more syscall classes addedAl Viro1-0/+4
2006-09-11Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2-1/+3
2006-09-10V4L/DVB (4605): Fixes an issue with V4L1 and make headers-installMauro Carvalho Chehab2-4/+1
2006-09-08[PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust2-5/+5
2006-09-08[PATCH] sis5513: add SiS south bridge ID 0x966 and 0x968David Wang1-0/+2
2006-09-07[MMC] Cleanup 385e3227d4d83ab13d7767c4bb3593b0256bf246Russell King1-0/+2
2006-09-07[MMC] constify mmc_host_opsDavid Brownell1-1/+1
2006-09-06[PATCH] Move linux/device.h include in linux/atmdev.h to #ifdef __KERNEL__ se...Ismail Donmez1-1/+1
2006-09-06[PATCH] prevent timespec/timeval to ktime_t overflowThomas Gleixner1-1/+6
2006-09-06[PATCH] Documentation for lock_key in struct hrtimer_baseHenrik Kretzschmar1-0/+1
2006-09-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+1
2006-09-01[PATCH] task delay accounting fixesShailabh Nagar2-4/+7
2006-09-01[PATCH] ZVC: Scale thresholds depending on the size of the systemChristoph Lameter1-0/+1
2006-08-31USB: Add VIA quirk fixup for VT8235 usb2Mark Hindley1-0/+1
2006-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse79-221/+1218
2006-08-28Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+3
2006-08-27[PATCH] Fix tty layer DoS and comment relevant codeAlan Cox1-0/+1
2006-08-27[PATCH] lockdep: annotate reiserfsIngo Molnar1-1/+2
2006-08-27[PATCH] register_one_node() compile fixKAMEZAWA Hiroyuki1-1/+9
2006-08-27[PATCH] Manage jbd allocations from its own slabsBadari Pulavarty1-0/+3
2006-08-27[PATCH] vcsa attribute bits -> ioctl(VT_GETHIFONTMASK)Samuel Thibault2-0/+2
2006-08-27[SERIAL] Support for Intashield 2 port PCI serial cardPeter Horton1-0/+3
2006-08-26[BRIDGE] netfilter: memory corruption fixStephen Hemminger1-2/+12
2006-08-24Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Greg Kroah-Hartman3-4/+4
2006-08-24NFSv4: increase client-provided nfs4 clientid sizeJ. Bruce Fields1-1/+1
2006-08-24SUNRPC: avoid choosing an IPMI port for RPC trafficChuck Lever1-1/+1
2006-08-24NFS: clean up rpc_rmdirTrond Myklebust1-1/+1
2006-08-24SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust1-1/+1
2006-08-23Merge branch 'upstream-greg' of gregkh@master.kernel.org:/pub/scm/linux/kerne...Greg Kroah-Hartman2-29/+22
2006-08-21[PATCH] uninline ioprio_best()Oleg Nesterov1-22/+1
2006-08-19[PATCH] ppc32: board-specific part of fs_enet updateVitaly Bordug1-29/+21
2006-08-19[PATCH] PAL: Support of the fixed PHYVitaly Bordug1-0/+1
2006-08-17[BRIDGE]: Disable SG/GSO if TX checksum is offHerbert Xu1-0/+3
2006-08-17[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller2-0/+29
2006-08-16MTD: Convert Atmel PRI information to AMD formatHaavard Skinnemoen1-0/+13
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev1-0/+1
2006-08-14[PATCH] fbdev: include backlight.h only when __KERNEL__ is definedMichal Januszewski1-1/+1
2006-08-13[INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu1-0/+15
2006-08-11pr_debug() should not be used in driversPavel Machek1-0/+1
2006-08-07[NET]: Fix alloc_skb comment typoChristoph Hellwig1-2/+2
2006-08-06Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds1-2/+22
2006-08-06[PATCH] debug_locks.h: add "struct task_struct;"Alexey Dobriyan1-0/+2
2006-08-06[PATCH] fix vmstat per cpu usageJan Blunck1-4/+4
2006-08-06[PATCH] Make suspend possible with a traced process at a breakpointRafael J. Wysocki1-0/+8
2006-08-04Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 in...Dmitry Torokhov69-154/+1072
2006-08-04Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds3-6/+3
2006-08-03RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust1-1/+1
2006-08-03NLM/lockd: remove b_doneJ. Bruce Fields1-1/+0
2006-08-03NFS: make 2 functions staticAdrian Bunk1-4/+2
2006-08-03PCI: docking station: remove dock ueventsKristen Carlson Accardi1-2/+0
2006-08-03PCI: Unhide the SMBus on Asus PU-DLSJean Delvare1-0/+1
2006-08-03[PATCH] don't bother with aux entires for dummy contextAl Viro1-11/+11
2006-08-03[PATCH] mark context of syscall entered with no rules as dummyAl Viro1-0/+6
2006-08-03[PATCH] introduce audit rules counterAl Viro1-0/+2
2006-08-03[PATCH] fix missed create event for directory auditAmy Griffis2-7/+7
2006-08-03[PATCH] fix faulty inode data collection for open() with O_CREATAmy Griffis1-0/+7
2006-08-02Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-10/+64
2006-08-02Revert "[PATCH] USB: move usb_device_class class devices to be real devices"Greg Kroah-Hartman1-1/+1
2006-08-02Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman1-3/+2
2006-08-02usb-storage: Add US_FL_IGNORE_DEVICE flag; ignore ZyXEL G220FDaniel Drake1-1/+3
2006-08-02[SECURITY]: Fix build with CONFIG_SECURITY disabled.David S. Miller1-1/+0
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang1-6/+35
2006-08-02[NET]: skb_queue_lock_key() is no longer used.Adrian Bunk1-2/+0
2006-08-02[NET]: Remove lockdep_set_class() call from skb_queue_head_init().Arjan van de Ven1-1/+8
2006-08-02[NET]: Add netdev_alloc_skb().Christoph Hellwig1-0/+22
2006-08-02[NETFILTER]: include/linux/netfilter_bridge.h: header cleanupAlexey Dobriyan1-1/+0
2006-08-02Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2-3/+6
2006-07-31[PATCH] powermac: More powermac backlight fixesMichael Hanselmann1-2/+1
2006-07-31[PATCH] fbdev: statically link the framebuffer notification functionsAntonino A. Daplas1-1/+1
2006-07-31[PATCH] Add parentheses around arguments in the SH_DIV macro.Uwe Zeisberger1-2/+2
2006-07-31[PATCH] always define IRQ_PER_CPUYoichi Yuasa1-1/+1
2006-07-31[PATCH] delay accounting: temporarily enable by defaultShailabh Nagar1-2/+2
2006-07-31[PATCH] make taskstats sending completely independent of delay accounting on/...Shailabh Nagar1-3/+1
2006-07-31[PATCH] genirq: {en,dis}able_irq_wake() need refcounting tooDavid Brownell1-0/+3
2006-07-31[PATCH] Process Events: Fix biarch compatibility issue. use __u64 timestampChandra Seetharaman1-1/+2
2006-07-31[PATCH] ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown1-0/+9
2006-07-29V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPATMauro Carvalho Chehab1-2/+5
2006-07-29V4L/DVB (4342): Fix ext_controls align on 64 bit architecturesMauro Carvalho Chehab1-1/+1
2006-07-29Merge branch 'master' into upstream-fixesJeff Garzik5-10/+7
2006-07-28[PATCH] pi-futex: robust-futex exitIngo Molnar1-1/+2
2006-07-28[PATCH] ide: option to disable cache flushes for buggy drivesJens Axboe1-0/+1
2006-07-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2006-07-26[PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizareArjan van de Ven1-3/+0
2006-07-24[NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-s...Patrick McHardy1-0/+2
2006-07-24[NET]: Correct dev_alloc_skb kerneldocChristoph Hellwig1-2/+2
2006-07-24[NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKBChristoph Hellwig1-4/+0
2006-07-24Merge branch 'master' into upstream-fixesJeff Garzik2-9/+3
2006-07-23cpu hotplug: simplify and hopefully fix lockingLinus Torvalds1-6/+0
2006-07-21[NET]: Fix reversed error test in netif_tx_trylockHerbert Xu1-3/+3
2006-07-19[PATCH] libata: improve EH action and EHI flag handlingTejun Heo1-1/+3
2006-07-14Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+3
2006-07-14[PATCH] per-task delay accounting taskstats interface: control exit data thro...Shailabh Nagar2-25/+6
2006-07-14[PATCH] per-task delay accounting: avoid send without listenersShailabh Nagar1-1/+12
2006-07-14[PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar2-16/+59
2006-07-14[PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delaysShailabh Nagar1-0/+10
2006-07-14[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interfaceShailabh Nagar4-1/+71
2006-07-14[PATCH] per-task-delay-accounting: taskstats interfaceShailabh Nagar2-0/+141
2006-07-14[PATCH] per-task-delay-accounting: cpu delay collection via schedstatsChandra Seetharaman1-3/+17
2006-07-14[PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar2-0/+38
2006-07-14[PATCH] per-task-delay-accounting: setupShailabh Nagar3-0/+101
2006-07-14[PATCH] list_is_last utilityShailabh Nagar1-0/+11
2006-07-14[PATCH] symlink nesting level changeAl Viro1-1/+1
2006-07-14[PATCH] gpio: drop vtable members .gpio_set_high .gpio_set_low gpio_set is en...Jim Cromie1-2/+0
2006-07-14[PATCH] RTC subsystem, Add ISL1208 supportHerbert Valerio Riedel1-0/+1
2006-07-14[PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk1-1/+0
2006-07-14[PATCH] null-terminate over-long /proc/kallsyms symbolsAndreas Gruenbacher1-6/+4
2006-07-14[PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka1-0/+1
2006-07-14[VLAN]: __vlan_hwaccel_rx can use the faster ether_compare_addrStephen Hemminger1-2/+3
2006-07-13Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+1
2006-07-13[PATCH] Fix broken kernel headers preventing ARM buildRussell King1-0/+2
2006-07-12Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEADLinus Torvalds1-2/+0
2006-07-12Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 of HEADLinus Torvalds1-0/+2
2006-07-12Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 of...Linus Torvalds2-8/+1
2006-07-12Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 of HEADLinus Torvalds2-0/+17
2006-07-12[PATCH] The scheduled unexport of insert_resourceAdrian Bunk1-1/+1
2006-07-12[PATCH] remove kernel/power/pm.c:pm_unregister_all()Adrian Bunk1-7/+0
2006-07-12[PATCH] PCI: PCIE power management quirkKristen Carlson Accardi1-0/+1
2006-07-12[PATCH] PCI: add PCI Express AER register definitions to pci_regs.hZhang, Yanmin1-0/+16
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman1-0/+300
2006-07-12[PATCH] USB: gadget section fixupsDavid Brownell1-2/+2
2006-07-12[PATCH] USB Storage: US_FL_MAX_SECTORS_64 flagPhil Dibowitz1-0/+2
2006-07-12[PATCH] USB: Add some basic WUSB definitionsInaky Perez-Gonzalez1-0/+7
2006-07-12[PATCH] USB: fix usb kernel-docRandy Dunlap1-1/+1
2006-07-12[PATCH] i2c-powermac: Fix master_xfer return valueJean Delvare1-0/+2
2006-07-12[WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa1-2/+0
2006-07-10[PATCH] knfsd: nfsd4: add per-operation server statsShankar Anand2-0/+12
2006-07-10[PATCH] uninline init_waitqueue_head()Ingo Molnar1-11/+1
2006-07-10[PATCH] char/rtc: Handle memory-mapped chips properlyMaciej W. Rozycki1-0/+7
2006-07-10[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmtDavid Howells1-0/+10
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells1-0/+1
2006-07-10[PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headersDavid Howells1-0/+4
2006-07-10[PATCH] FRV: Fix FRV arch compile errorsDavid Howells1-1/+1
2006-07-10[PATCH] ZVC: add __inc_zone_state for !SMP configurationChristoph Lameter1-2/+7
2006-07-10[PATCH] md: fix resync speed calculation for restarted resyncsNeilBrown1-1/+2
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+0
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl5-12/+12
2006-07-10[PATCH] lockdep: clean up completion initializer in smpboot.cIngo Molnar1-1/+4
2006-07-10[PATCH] lockdep: core, reduce per-lock class-cache sizeIngo Molnar1-1/+1
2006-07-10[PATCH] lockdep: add more rwsem.h documentationIngo Molnar1-2/+15
2006-07-10[PATCH] count_vm_events() fixAndrew Morton1-1/+1
2006-07-09Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEADLinus Torvalds2-3/+10
2006-07-09[SERIAL] 8250: add tsi108 serial supportZang Roy-r619111-0/+1
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu1-3/+5
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu2-1/+6
2006-07-06[PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe1-1/+1
2006-07-06[PATCH] blktrace: readahead supportNathan Scott1-0/+1
2006-07-06[PATCH] blktrace: fix barrier vs sync typoNathan Scott1-1/+1
2006-07-06Input: introduce input_inject_event() functionDmitry Torokhov1-0/+1
2006-07-06Input: add start() method to input handlersDmitry Torokhov1-0/+21
2006-07-06Input: remove accept method from input_devDmitry Torokhov1-2/+0
2006-07-05Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-21/+71
2006-07-05[PCI] Add JMicron PCI ID constantsJeff Garzik1-0/+7
2006-07-05[PATCH] libata: reimplement controller-wide PMTejun Heo1-0/+12
2006-07-05[PATCH] libata: reimplement per-dev PMTejun Heo1-2/+0
2006-07-05[PATCH] libata: implement PM EH actionsTejun Heo1-1/+11
2006-07-05[PATCH] libata: separate out __ata_ehi_hotplugged()Tejun Heo1-2/+7
2006-07-05[PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIETTejun Heo1-0/+2
2006-07-05[PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo1-3/+12
2006-07-05[PATCH] libata: implement ATA_EHI_RESUME_LINKTejun Heo1-1/+2
2006-07-05[PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo1-12/+18
2006-07-05VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust1-0/+1
2006-07-05Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust60-269/+1217
2006-07-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-0/+2
2006-07-04Fix up headers_install wrt devfs removalLinus Torvalds1-1/+1
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds15-0/+119
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+2
2006-07-03Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-57/+75
2006-07-03Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-18/+30
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-07-03[ATM]: add+use poison definesRandy Dunlap1-0/+1
2006-07-03[NET]: add+use poison definesRandy Dunlap1-0/+4
2006-07-03[IOAT]: fix header file kernel-docRandy Dunlap1-18/+25
2006-07-03[PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar1-2/+3
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-27/+28
2006-07-03[PATCH] lockdep: annotate blkdev nestingIngo Molnar1-0/+17
2006-07-03[PATCH] lockdep: annotate sb ->s_umountArjan van de Ven1-0/+1
2006-07-03[PATCH] lockdep: annotate ->s_lockIngo Molnar1-0/+1
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate hrtimer base locksIngo Molnar1-0/+1
2006-07-03[PATCH] lockdep: annotate skb_queue_head_initIngo Molnar1-0/+3
2006-07-03[PATCH] lockdep: annotate waitqueuesIngo Molnar1-0/+6