public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-17 14:01:25 to 2014-04-17 18:53:37 UTC [more...]

[PATCH 0/3] perf top/tui: Fixes for percentage filter behavior
 2014-04-17 18:52 UTC  (4+ messages)

[PATCH v3 0/5] hugetlb: add support gigantic page allocation at runtime
 2014-04-17 18:52 UTC  (3+ messages)

[PATCH] clk: zynq: Leave debug clocks in bootup state
 2014-04-17 18:40 UTC 

[PATCH v2 0/3] seccomp: add PR_SECCOMP_EXT and SECCOMP_EXT_ACT_TSYNC
 2014-04-17 18:40 UTC  (8+ messages)
` [PATCH v2 1/3] seccomp: introduce writer locking
` [PATCH v2 2/3] seccomp: move no_new_privs into seccomp
` [PATCH v2 3/3] seccomp: add PR_SECCOMP_EXT and SECCOMP_EXT_ACT_TSYNC

[RESEND PATCH 0/7] Add cros_ec changes for newer boards
 2014-04-17 18:36 UTC  (2+ messages)
` [RESEND PATCH 6/7] i2c: ChromeOS EC tunnel driver

Info: mapping multiple BARs. Your kernel is fine
 2014-04-17 18:26 UTC  (11+ messages)

[PATCH 2/2] net: Implement SO_PASSCGROUP to enable passing cgroup path
 2014-04-17 18:33 UTC  (31+ messages)

[PATCH] sched_clock: Remove deprecated setup_sched_clock() API
 2014-04-17 18:30 UTC  (2+ messages)

[PATCH 0/8] Generic serial earlycon
 2014-04-17 18:27 UTC  (5+ messages)
` [PATCH 4/8] tty/serial: add generic "

How do I increment a per-CPU variable without warning?
 2014-04-17 18:21 UTC  (10+ messages)

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)
 2014-04-17 18:17 UTC  (4+ messages)

[PATCH 1/3] cgroup: clean up obsolete comment for parse_cgroupfs_options()
 2014-04-17 18:05 UTC  (4+ messages)
  ` [PATCH] cgroup: Use more current logging style

[PATCH 2/8] backports: transform group attribute backport to SmPL form
 2014-04-17 18:04 UTC 

[PATCH v2] tools/perf: allow overriding sysfs and proc finding with env var
 2014-04-17 18:04 UTC  (2+ messages)

[PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2
 2014-04-17 18:03 UTC  (3+ messages)
` [PATCH 12/12] cgroup: implement dynamic subtree controller enable/disable on the default hierarchy

[PATCH 1/7] mfd: cros_ec: spi: calculate delay between transfers correctly
 2014-04-17 17:59 UTC  (6+ messages)
` [PATCH 2/7] mfd: cros_ec: spi: Add mutex to cros_ec_spi
` [PATCH 3/7] mfd: cros_ec: spi: Make the cros_ec_spi timeout more reliable
` [PATCH 4/7] mfd: cros_ec: spi: Increase cros_ec_spi deadline from 5ms to 100ms
` [PATCH 5/7] mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sources
` [PATCH 7/7] ARM: tegra: Add the EC i2c tunnel to tegra124-venice2

[PATCH] mfd: lpc_ich: Enable GPIO for Panther Point
 2014-04-17 17:54 UTC  (2+ messages)

[PATCH 0/1] ahci: Do not receive interrupts sent by dummy ports
 2014-04-17 17:50 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/3] of: dts: enable memory@0 quirk for PPC32 only
 2014-04-17 17:42 UTC  (4+ messages)
` [PATCH 1/3] arm: dts: add device_type="memory" for ste-ccu8540
` [PATCH 2/3] mips: dts: add device_type="memory" where missing
` [PATCH 3/3] of: Handle memory@0 node on PPC32 only

[PATCH] percpu: Fix raw_cpu_inc_return()
 2014-04-17 17:43 UTC 

[PATCH 0/3] perf tools: Speedup DWARF unwind
 2014-04-17 17:39 UTC  (4+ messages)
` [PATCH 1/3] perf tools: Cache register accesses for unwind processing
` [PATCH 2/3] perf tools: Cache dso data file descriptor
` [PATCH 3/3] perf tools: Replace dso data cache with mapped data

skb_warn_bad_offload+0xc8/0xd5() at net/core/dev.c:2218
 2014-04-17 17:40 UTC 

[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-17 17:40 UTC  (30+ messages)
` [PATCH v9 01/19] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v9 02/19] qspinlock, x86: Enable x86-64 to use "
` [PATCH v9 03/19] qspinlock: Add pending bit
` [PATCH v9 04/19] qspinlock: Extract out the exchange of tail code word
` [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v9 06/19] qspinlock: prolong the stay in the pending bit path
` [PATCH v9 07/19] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v9 08/19] qspinlock: Make a new qnode structure to support virtualization
` [PATCH v9 09/19] qspinlock: Prepare for unfair lock support
` [PATCH v9 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v9 11/19] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v9 12/19] unfair qspinlock: Variable frequency lock stealing mechanism
` [PATCH v9 13/19] unfair qspinlock: Enable lock stealing in lock waiters
` [PATCH v9 14/19] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v9 15/19] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v9 16/19] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v9 17/19] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v9 18/19] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v9 19/19] pvqspinlock, x86: Enable PV qspinlock for XEN

[PATCH 1/4] kmemcheck: add additional selfchecks
 2014-04-17 17:31 UTC  (14+ messages)
` [PATCH 3/4] x86/insn: Extract more information about instructions
              `  "

[PATCH] pinctrl: as3722: fix handling of GPIO invert bit
 2014-04-17 17:24 UTC  (4+ messages)

debug_dma_assert_idle - snd_hda_intel - cpu touching an active dma mapped cacheline
 2014-04-17 17:18 UTC  (3+ messages)

[PATCH 1/2] kvm: support any-length wildcard ioeventfd
 2014-04-17 17:04 UTC  (4+ messages)
` [PATCH 2/2] vmx: speed up wildcard MMIO EVENTFD

[PATCH] sch: Fix warning on make htmldocs caused by missing description
 2014-04-17 16:59 UTC 

[tip:x86/urgent] x86/mce: Fix CMCI preemption bugs
 2014-04-17 16:54 UTC  (6+ messages)

[PATCH v3 0/1] Pinctrl/gpio driver for Intel Baytrail platforms
 2014-04-17 16:47 UTC  (7+ messages)
` [PATCH v3 1/1] pinctrl: add Intel BayTrail GPIO/pinctrl support

[PATCH] ipc,shm: increase default size for shmmax
 2014-04-17 16:41 UTC  (17+ messages)

[PATCH] usb: phy: mv_u3d: Remove usb phy driver for mv_u3d
 2014-04-17 16:28 UTC  (6+ messages)

BUG: spinlock trylock failure on UP, i.MX28 3.12.15-rt25
 2014-04-17 16:29 UTC  (3+ messages)
    ` BUG: spinlock trylock failure on UP - reverting timer patches helps

REGRESSION: OOPS: Intel Corporation Core Processor Integrated Graphics Controller, Linux HEAD when powering off internal Laptop display on t410s and extending and rotating external screen
 2014-04-17 16:27 UTC  (3+ messages)

[PATCH V2] workqueue: fix possible race condition when rescuer VS pwq-release
 2014-04-17 16:27 UTC  (7+ messages)
` [PATCH 1/2] workqueue: rescuer_thread() processes all pwqs before exit

[PATCH resend] mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsets
 2014-04-17 16:22 UTC  (3+ messages)
  ` [rtc-linux] "

[PATCH v2] ipc,shm: disable shmmax and shmall by default
 2014-04-17 16:22 UTC  (3+ messages)

[PATCH 1/1] FS/PSTORE: Logging clean-up
 2014-04-17 16:18 UTC 

[RFC PATCHC 0/3] sched/idle : find the idlest cpu with cpuidle info
 2014-04-17 16:21 UTC  (9+ messages)
` [RFC PATCHC 3/3] sched/fair: use the idle state info to choose the idlest cpu

linux-next: manual merge of the staging tree with the staging.current tree
 2014-04-17 16:17 UTC  (2+ messages)

[PATCH v3 0/7] Introducing (yet again) Device Tree Overlays
 2014-04-17 16:12 UTC  (7+ messages)

[PATCH 00/18] Cross-architecture definitions of relaxed MMIO accessors
 2014-04-17 16:07 UTC  (10+ messages)
` [PATCH 05/18] alpha: io: implement relaxed accessor macros for writes
` [PATCH 10/18] m68k: io: implement dummy "
` [PATCH 15/18] tile: "

[PATCH V2] fs/f2fs/node.c: add static to recover_inline_xattr
 2014-04-17 16:01 UTC 

[PATCH 1/1] fs/ubifs/ioctl.c: atomically set inode->i_flags
 2014-04-17 15:54 UTC 

[PATCH] Staging:dgap:dgap_tty.c: Upgraded driver to use Mutex instead of semaphore
 2014-04-17 15:55 UTC 

[PATCH 35/35] Staging:dgap:dgap_tty.c: Upgraded driver to use Mutex instead of semaphore
 2014-04-17 15:54 UTC  (2+ messages)

[PATCH 1/1] fs/f2fs/node.c: add static to recover_inline_xattr
 2014-04-17 15:52 UTC 

[PATCH] acpi: respect const qualifier
 2014-04-17 15:53 UTC 

[PATCH 1/1] fs/f2fs/checkpoint.c: add static to get_max_meta_blks
 2014-04-17 15:51 UTC 

[PATCH next 0/4] blk-mq: misc changes
 2014-04-17 15:49 UTC  (5+ messages)
` [PATCH next 1/4] blk-mq: free hctx->ctx_map when init failed
` [PATCH next 2/4] blk-mq: fix allocation of set->tags
` [PATCH next 3/4] blk-mq: user (1 << order) to implement order_to_size()
` [PATCH next 4/4] blk-mq: initialize req->q in allocation

[PATCH v3 0/5] Fixes for tps65090 for Samsung ARM Chromebook
 2014-04-17 15:51 UTC  (4+ messages)
` [PATCH v3 3/5] mfd: tps65090: Stop caching most registers

question on read_barrier_depends
 2014-04-17 15:50 UTC  (3+ messages)

[PATCH] crypto: sha{256,512}_ssse3 - remove asmlinkage from static functions
 2014-04-17 15:28 UTC  (2+ messages)

[PATCH v3 0/5] enhance DMA CMA on x86
 2014-04-17 15:40 UTC  (4+ messages)
` [PATCH v3 1/5] x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled

[perf] more perf_fuzzer memory corruption
 2014-04-17 15:35 UTC  (10+ messages)

[PATCH v2] usb: gadget: fsl: Set dma_ops for FSL USB Gadget Device
 2014-04-17 15:28 UTC  (2+ messages)

[PATCH 1/7] workqueue: add __WQ_FREEZING and remove POOL_FREEZING
 2014-04-17 15:29 UTC  (5+ messages)
` [PATCH] "

[PATCHv2 0/8] Resource-managed extcon device register function
 2014-04-17 15:29 UTC  (5+ messages)
` [PATCHv2 1/8] extcon: Add resource-managed extcon "
` [PATCHv2 8/8] extcon: arizona: Use devm_extcon_dev_register()

[PATCH 2/3] cgroup: remove orphaned cgroup_pidlist_seq_operations
 2014-04-17 15:29 UTC 

[PATCH 3/3] cgroup: replace pr_warning with preferred pr_warn
 2014-04-17 15:28 UTC 

should we change the name/macros of file-private locks?
 2014-04-17 15:17 UTC  (5+ messages)

[PATCH] cgroup: fix the retry path of cgroup_mount()
 2014-04-17 15:20 UTC  (2+ messages)

[RFC PATCH] Suppress a device hot remove related lockdep warning
 2014-04-17 15:17 UTC  (13+ messages)
` [RFC PATCH v2] Use kernfs_break_active_protection() for device online store callbacks
    ` [RFC PATCH v3] "
                ` [RFC PATCH v4] "

[PATCH 0/4] ARM: at91: move sam9x5 SoCs and boards to the CCF
 2014-04-17 15:16 UTC  (4+ messages)
` [PATCH 2/4] ARM: at91/dt: define sam9x5 clocks

[PATCH v2] kernel/panic: Add "crash_kexec_post_notifiers" option for kdump after panic_notifers
 2014-04-17 15:03 UTC  (2+ messages)

(no subject)
 2014-04-17 15:07 UTC  (5+ messages)
` [PATCH 5/7] blk-mq: initialize request on allocation

[PATCH v2 2/2] usb: gadget: Add xilinx axi usb2 device support
 2014-04-17 15:01 UTC  (8+ messages)

pull request: wireless 2014-04-17
 2014-04-17 14:57 UTC 

[PATCH] control groups: documentation improvements
 2014-04-17 14:57 UTC  (13+ messages)
      ` [PATCH v2] "
        ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH v2] tty: serial: Add driver for MEN's 16z135 High Speed UART
 2014-04-17 14:53 UTC  (2+ messages)

[PATCH] tracing/uprobes: fix uprobe_cpu_buffer memory leak
 2014-04-17 14:43 UTC  (2+ messages)

[PATCH] perf/tool: Fix usage of trace events with '-' in trace system name
 2014-04-17 14:40 UTC  (2+ messages)

[PATCH -tip v9 00/26] kprobes: introduce NOKPROBE_SYMBOL, bugfixes and scalbility efforts
 2014-04-17 14:40 UTC  (3+ messages)
` [PATCH -tip v9 17/26] notifier: Use NOKPROBE_SYMBOL macro in notifier

in kernel 2.6.x, tun/tap nic supports vlan packets
 2014-04-17 14:23 UTC  (3+ messages)

[RFC][PATCH 0/3] Add Freescale FlexTimer Module timer
 2014-04-17 14:22 UTC  (3+ messages)
` [RFC][PATCH 3/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

[PATCH] cgroup: clean up obsolete code and comment
 2014-04-17 14:21 UTC  (3+ messages)

w1-gpio: sleeping function called from invalid context
 2014-04-17 14:18 UTC  (3+ messages)

[PATCH 1/4] Documentation: use subdir-y to avoid unnecessary built-in.o files
 2014-04-17 14:11 UTC  (4+ messages)
` [PATCH 2/4] Documentation: add makefiles for more targets
` [PATCH 3/4] Documentation: make functions static to avoid prototype warnings
` [PATCH 4/4] Documentation: fix misc. warnings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox