summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2009-02-17ide/libata: fix ata_id_is_cfa() (take 4)Sergei Shtylyov1-5/+10
2009-02-17net: Fix userland breakage wrt. linux/if_tunnel.hDavid S. Miller2-1/+4
2009-02-17syscall define: fix uml compile bugHeiko Carstens1-14/+14
2009-02-12serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dua...Niels de Vos1-0/+1
2009-02-12PCI: return error on failure to read PCI ROMsTimothy S. Nelson1-1/+1
2009-02-12serial: RS485 ioctl structure uses __u32 include linux/types.hAndy Whitcroft1-1/+2
2009-02-12module: remove over-zealous check in __module_get()Rusty Russell1-1/+0
2009-02-12wait: prevent exclusive waiter starvationJohannes Weiner1-2/+9
2009-02-07PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley1-0/+1
2009-02-07kmalloc: return NULL instead of link failureJeff Mahoney1-8/+2
2009-02-02include/linux: Add bsg.h to the Kernel exported headersBoaz Harrosh1-0/+1
2009-02-02epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi1-1/+0
2009-02-02serial_8250: support for Sealevel Systems Model 7803 COMM+8Flavio Leitner1-0/+1
2009-02-02libata: pata_via: support VX855, future chips whose IDE controller use 0x0571JosephChan@via.com.tw1-0/+4
2009-02-02it821x: Add ultra_mask quirk for Vortex86SXBrandon Philips1-0/+1
2009-02-02klist.c: bit 0 in pointer can't be used as flagJesper Nilsson1-1/+1
2009-01-25fs: sys_sync fixNick Piggin1-1/+0
2009-01-25fs: remove WB_SYNC_HOLDNick Piggin1-1/+0
2009-01-25usb-storage: add last-sector hacksAlan Stern1-2/+3
2009-01-18mm: fix assertionNick Piggin1-1/+0
2009-01-18mm lockless pagecache barrier fixNick Piggin1-1/+1
2009-01-18System call wrappers part 33Heiko Carstens1-0/+1
2009-01-18System call wrappers part 32Heiko Carstens1-0/+7
2009-01-18powerpc: Enable syscall wrappers for 64-bitBenjamin Herrenschmidt1-0/+6
2009-01-18System call wrapper infrastructureHeiko Carstens1-0/+62
2009-01-18Rename old_readdir to sys_old_readdirHeiko Carstens1-0/+2
2009-01-18Convert all system calls to return a longHeiko Carstens1-40/+39
2009-01-18Move compat system call declarations to compat header fileHeiko Carstens2-12/+13
2009-01-18inotify: fix type errors in interfacesMichael Kerrisk1-1/+1
2009-01-18sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner1-0/+1
2009-01-18fs: symlink write_begin allocation context fixNick Piggin2-2/+6
2008-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2008-12-17USB: fix comment about endianness of descriptorsPhil Endecott1-2/+6
2008-12-16netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPECPablo Neira Ayuso1-0/+1
2008-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+7
2008-12-16Define smp_call_function_many for UPRusty Russell1-0/+2
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+2
2008-12-10revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton1-9/+3
2008-12-10revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton1-3/+9
2008-12-10netpoll: fix race on poll_list resulting in garbage entryNeil Horman1-0/+7
2008-12-09Merge branch 'audit.b59' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+4
2008-12-09[PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro1-2/+2
2008-12-09[PATCH] return records for fork() both to child and parentAl Viro1-0/+2
2008-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-12-06Enforce a minimum SG_IO timeoutLinus Torvalds1-0/+1
2008-12-04[PATCH 2/2] documnt FMODE_ constantsChristoph Hellwig1-15/+17
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig1-1/+0
2008-12-04can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp1-1/+1
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-0/+2
2008-12-03block: internal dequeue shouldn't start timerTejun Heo1-5/+2