aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-10-131-0/+3
| * serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner2012-10-071-1/+0
| * time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-10-021-0/+7
| * time: Improve sanity checking of timekeeping inputsJohn Stultz2012-10-022-9/+20
| * sched: Fix race in task_group()Peter Zijlstra2012-10-022-2/+15
| * mutex: Place lock in contended state after fastpath_lock failureWill Deacon2012-10-021-2/+9
| * NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-10-021-5/+0
| * tracing: Don't call page_to_pfn() if page is NULLWen Congyang2012-10-021-2/+2
| * mm/ia64: fix a memory block size bugJianguo Wu2012-10-021-1/+1
| * kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"Bjørn Mork2012-10-021-1/+1
| * perf_event: Switch to internal refcount, fix race with close()Al Viro2012-10-021-1/+1
| * vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-10-021-0/+2
| * tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-021-0/+2
| * net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-10-021-0/+2
| * USB: add USB_VENDOR_AND_INTERFACE_INFO() macroGustavo Padovan2012-08-261-0/+21
| * ARM: pxa: remove irq_to_gpio from ezx-pcap driverArnd Bergmann2012-08-151-0/+1
| * random: remove rand_initialize_irq()Theodore Ts'o2012-08-152-3/+0
| * random: add tracepoints for easier debugging and verificationTheodore Ts'o2012-08-151-0/+134
| * random: add new get_random_bytes_arch() functionTheodore Ts'o2012-08-151-0/+1
| * random: create add_device_randomness() interfaceLinus Torvalds2012-08-151-0/+1
| * random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-08-151-1/+1
| * random: Add support for architectural random hooksH. Peter Anvin2012-08-151-0/+13
| * workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo2012-08-091-2/+3
| * cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-013-28/+29
| * mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-012-7/+22
| * mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-08-011-0/+2
| * mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-012-4/+7
| * mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim2012-08-011-0/+2
| * mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2012-08-011-0/+2
| * mm: change isolate mode from #define to bitwise typeMinchan Kim2012-08-014-11/+15
| * vmscan: add shrink_slab tracepointsDave Chinner2012-08-011-0/+77
| * timekeeping: Provide hrtimer update functionThomas Gleixner2012-07-191-0/+1
| * hrtimer: Provide clock_was_set_delayed()John Stultz2012-07-191-1/+8
| * ntp: Fix leap-second hrtimer livelockJohn Stultz2012-07-191-1/+1
| * memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-161-1/+1
| * PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-07-161-2/+0
| * bonding: Fix corrupted queue_mappingEric Dumazet2012-07-161-2/+5
| * cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore2012-07-161-1/+28
| * USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-222-2/+2
| * drm/radeon/kms: add new BTC PCI idsAlex Deucher2012-06-101-0/+2
| * skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau2012-06-101-2/+0
| * sctp: check cached dst before using itNicolas Dichtel2012-06-101-0/+13
| * Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-101-9/+0
| * ipv6: fix incorrect ipsec fragmentGao feng2012-06-101-0/+1
| * mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2012-06-101-2/+20
| * mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2012-06-011-0/+2
| * block: don't mark buffers beyond end of disk as mappedJeff Moyer2012-06-011-0/+1
| * block: fix buffer overflow when printing partition UUIDsTejun Heo2012-06-011-6/+0
| * usbnet: fix skb traversing races during unlink(v2)Ming Lei2012-05-211-1/+2
| * Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value readLinus Torvalds2012-05-211-1/+1