summaryrefslogtreecommitdiff
path: root/include/linux (unfollow)
Commit message (Expand)Author
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-03-27usbnet: include wait queue head in device structureOliver Neukum
2014-03-25workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner
2014-03-24workqueue: Spelling s/instensive/intensive/Geert Uytterhoeven
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins
2014-03-20rcu: Provide grace-period piggybacking APIPaul E. McKenney
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik
2014-03-20compat: include linux/unistd.h within linux/compat.hHeiko Carstens
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar
2014-03-20hrtimer: Rearrange comments in the order struct members are declaredViresh Kumar
2014-03-19libata: remove unused ata_sas_port_async_resume() stubDan Williams
2014-03-19libata.h: add stub for ata_sas_port_resumeRandy Dunlap
2014-03-18libata, libsas: kill pm_result and related cleanupDan Williams
2014-03-18net: cdc_ncm: fix control message orderingBjørn Mork
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner
2014-03-14genirq: Document IRQCHIP_ONESHOT_SAFE flagThomas Gleixner
2014-03-13cputime: Bring cputime -> nsecs conversionFrederic Weisbecker
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker
2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner
2014-03-10get rid of fget_light()Al Viro
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov
2014-03-07workqueue: remove PREPARE_[DELAYED_]WORK()Tejun Heo
2014-03-07nvme: don't use PREPARE_WORKTejun Heo
2014-03-07firewire: don't use PREPARE_DELAYED_WORKTejun Heo
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens
2014-03-06ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens
2014-03-04efi: Add separate 32-bit/64-bit definitionsMatt Fleming
2014-03-04genirq: Move kstat_incr_irqs_this_cpu() to coreThomas Gleixner
2014-03-04genirq: Add a kstat helper to increment irq statsThomas Gleixner
2014-03-04ia64/efi: Implement efi_enabled()Matt Fleming
2014-03-04efi: Move facility flags to struct efiMatt Fleming
2014-03-04mm: numa: bugfix for LAST_CPUPID_NOT_IN_PAGE_FLAGSLiu Ping Fan
2014-03-04mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka
2014-03-04mm: close PageTail raceDavid Rientjes
2014-03-04s390/compat: automatic zero, sign and pointer conversion of syscallsHeiko Carstens
2014-03-04compat: add COMPAT_SYSCALL_DEFINE0 macroHeiko Carstens