summaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)Author
2014-11-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-11-21time: Remove timekeeping_inject_sleeptime()John Stultz
2014-11-21rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz
2014-11-21time: Provide y2038 safe mktime() replacementpang.xunlei
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei
2014-11-21mlx5: don't duplicate kvfree()Al Viro
2014-11-21ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko
2014-11-21net: move make_writable helper into common codeJiri Pirko
2014-11-21vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko
2014-11-21net: phy: micrel: add generic clock-mode-select supportJohan Hovold
2014-11-21net: phy: add static data field to struct phy_driverJohan Hovold
2014-11-21Merge branch 'pci/msi' into nextBjorn Helgaas
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)
2014-11-21Merge back earlier cpuidle material for 3.19-rc1.Rafael J. Wysocki
2014-11-21usb: phy: introduce usb_phy_set_event interfaceKiran Raparthy
2014-11-21phy: improved lookup methodHeikki Krogerus
2014-11-21phy: safer to_phy() macroHeikki Krogerus
2014-11-21Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown
2014-11-21Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...John W. Linville
2014-11-20ARM: OMAP2+: Prepare to move GPMC to drivers by platform data headerTony Lindgren
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin
2014-11-20thermal: introduce clock cooling deviceEduardo Valentin
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-11-20Merge tag 'omap-for-v3.19/clocks-and-pm' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann
2014-11-20mtd: nand: provide detailed description for raw read/write page methodsBoris BREZILLON
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-20Merge branch 'amdkfd-v6' of git://people.freedesktop.org/~gabbayo/linux into ...Dave Airlie
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)
2014-11-19seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTFSteven Rostedt (Red Hat)
2014-11-19tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functionsSteven Rostedt (Red Hat)
2014-11-19tracing: Have seq_buf use full bufferSteven Rostedt (Red Hat)
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)
2014-11-19seq_buf: Create seq_buf_used() to find out how much was writtenSteven Rostedt (Red Hat)
2014-11-19tracing: Add a seq_buf_clear() helper and clear len and readpos in initSteven Rostedt (Red Hat)
2014-11-19tracing: Convert seq_buf fields to be like seq_file fieldsSteven Rostedt (Red Hat)
2014-11-19tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro