linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-09 16:08:53 to 2015-05-10 13:52:10 UTC [more...]

[PATCH 01/12] kstrto*: accept "-0" for signed conversion
 2015-05-10 13:52 UTC  (4+ messages)
` [PATCH 02/12] Add parse_integer() (replacement for simple_strto*())

[PATCH 1/4] mtd: sh_flctl: let flctl_dma_fifo0_transfer return 0 on success
 2015-05-10 13:49 UTC  (5+ messages)
` [PATCH 2/4] mtd: sh_flctl: drop unused variable

[PATCH try #4] proc: fix PAGE_SIZE limit of /proc/$PID/cmdline
 2015-05-10 13:36 UTC  (3+ messages)

[PATCH v3] tags: much faster, parallel "make tags"
 2015-05-10 13:26 UTC  (3+ messages)

Linux 3.2.69
 2015-05-10 13:07 UTC 

RE:
 2015-05-10 13:03 UTC 

[PATCH 00/10] uprobes: longjmp fixes
 2015-05-10 12:21 UTC  (6+ messages)
` [PATCH 07/10] uprobes/x86: Introduce arch_uretprobe_is_alive()

[PATCH RFC V2] checkpatch: flag split arithmetic operations with CHECK
 2015-05-10 11:26 UTC 

[PATCH v2] ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction
 2015-05-10 11:31 UTC  (3+ messages)

[PATCH v4 2/2] arm64: perf: Fix callchain parse error with kernel tracepoint events
 2015-05-10 11:07 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support
 2015-05-10 10:54 UTC  (4+ messages)
` [PATCH 2/6] clk: sunxi: Add H3 clocks support

[PATCH 0/6] Introduce Allwinner A33 support
 2015-05-10 10:47 UTC  (22+ messages)
` [PATCH 1/6] ARM: sunxi: Add Machine support for A33
` [PATCH 2/6] pinctrl: sunxi: add allwinner A33 PIO controller support
` [PATCH 3/6] clk: sunxi: Add A33 clock for compilation
` [PATCH 4/6] ARM: dts: sunxi: add common sun8i dtsi
` [PATCH 5/6] ARM: dts: sunxi: Add Allwinner A33 DTSI
` [PATCH 6/6] ARM: dts: sun8i: Add ET-Q8 A33 support

[PATCH v11 00/19] Re-introduce h8300 architecture
 2015-05-10 10:46 UTC  (3+ messages)
` [PATCH v11 06/19] h8300: Assembly headers

[PATCH 0/2 v3] speed up cpu_up()
 2015-05-10 10:44 UTC  (2+ messages)

Hardware spec prevents optimal performance in device driver
 2015-05-10 10:29 UTC  (4+ messages)

[PATCH v3 3/3] proc: add kpageidle file
 2015-05-10 10:34 UTC  (11+ messages)

[PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t
 2015-05-10 10:07 UTC  (18+ messages)
                  ` "Directly mapped persistent memory page cache"

[PATCH V1 0/6] COVER LETTER
 2015-05-10  9:58 UTC  (3+ messages)
` [PATCH V1 3/6] rtc: da9062: DA9062 RTC driver
  ` [rtc-linux] "

VERIFY_READ/WRITE in uaccess.h?
 2015-05-10  9:44 UTC 

[PATCH] MAINTAINERS: update amdkfd Oded's email address
 2015-05-10  9:43 UTC 

[PATCHv4 00/10] add on-demand device creation
 2015-05-10  8:47 UTC  (11+ messages)

ext2/3/4 performance issue
 2015-05-10  8:01 UTC 

(no subject)
 2015-05-10  3:38 UTC 

[PATCH v3 00/33] staging: rtl8192e: Fix more checkpatch.pl warnings
 2015-05-10  7:53 UTC  (38+ messages)
` [PATCH v3 01/33] staging: rtl8192e: Declare ethernet addresses as __aligned(2)
` [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings
` [PATCH v3 03/33] staging: rtl8192e: Mark unaligned memcpy()
` [PATCH v3 04/33] staging: rtl8192e: Fix DEEP_INDENTATION warning in rtllib_parse_info_param()
` [PATCH v3 05/33] staging: rtl8192e: Replace memcmp() with ether_addr_equal_unaligned()
` [PATCH v3 06/33] staging: rtl8192e: Remove rtllib_crypt.[ch]
` [PATCH v3 07/33] staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*()
` [PATCH v3 08/33] staging: rtl8192e: Remove RTLLIB_ERROR() and RTLLIB_WARNING()
` [PATCH v3 09/33] staging: rtl8192e: Remove RTLLIB_DEBUG_WX()
` [PATCH v3 10/33] staging: rtl8192e: Simplify rtllib_proces_probe_response()
` [PATCH v3 11/33] staging: rtl8192e: Remove RTLLIB_DEBUG_SCAN()
` [PATCH v3 12/33] staging: rtl8192e: Remove RTLLIB_DEBUG_(FRAG|EAP|DROP|STATE|TX|RX)()
` [PATCH v3 13/33] staging: rtl8192e: Remove RTLLIB_DEBUG_QOS()
` [PATCH v3 14/33] staging: rtl8192e: Remove RTLLIB_DEBUG_MGMT()
` [PATCH v3 15/33] staging: rtl8192e: Remove RTLLIB_DEBUG_INFO()
` [PATCH v3 16/33] staging: rtl8192e: Remove RTLLIB_DEBUG()
` [PATCH v3 17/33] staging: rtl8192e: Remove RTLLIB_DEBUG_DATA()
` [PATCH v3 18/33] staging: rtl8192e: Remove remains of RTLLIB_*_DEBUG() (including proc entry)
` [PATCH v3 19/33] staging: rtl8192e: Remove assert() macro
` [PATCH v3 20/33] staging: rtl8192e: Fix PREFER_PR_LEVEL warnings
` [PATCH v3 21/33] staging: rtl8192e: Fix LONG_LINE warnings
` [PATCH v3 22/33] staging: rtl8192e: Fix LONG_LING in rtllib_parse_info_param()
` [PATCH v3 23/33] staging: rtl8192e: Remove unimplemented iwpriv handlers
` [PATCH v3 24/33] staging: rtl8192e: Fix OOM_MESSAGE warnings
` [PATCH v3 25/33] staging: rtl8192e: Remove unused rtl_crypto.h
` [PATCH v3 26/33] staging: rtl8192e: Replace ?: with max_t
` [PATCH v3 27/33] staging: rtl8192e: Replace ?: with min_t
` [PATCH v3 28/33] staging: rtl8192e: Replace ?: with max
` [PATCH v3 29/33] staging: rtl8192e: Remove unneeded RT_TRACE(COMP_ERR,...)
` [PATCH v3 30/33] staging: rtl8192e: rtl8192_phy_checkBBAndRF(): Don't check MAC
` [PATCH v3 31/33] staging: rtl8192e: Replace RT_TRACE(COMP_ERR, ...) with netdev_*
` [PATCH v3 32/33] staging: rtl8192e: Fix trivial LONG_LINE errors
` [PATCH v3 33/33] staging: rtl8192e: rtl8192E_suspend(): Fix WOL reporting

[PATCH perf/core v2 4/4] perf-probe: Support glob wildcards for function name
 2015-05-10  7:12 UTC  (2+ messages)
` [tip:perf/core] perf probe: "

[PATCH] perf build: Disable libdw DWARF unwind when built with NO_DWARF
 2015-05-10  7:12 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH perf/core v2 3/4] perf-probe: Add --no-inlines option to avoid searching inline functions
 2015-05-10  7:11 UTC  (2+ messages)
` [tip:perf/core] perf probe: "

[PATCH perf/core v2 2/4] perf probe: Introduce probe_conf global configs
 2015-05-10  7:11 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH perf/core v2 1/4] perf probe: Use perf_probe_event.target instead of passing as an argument
 2015-05-10  7:11 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/2] perf bench futex: Handle spurious wakeups
 2015-05-10  7:11 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/2] perf bench futex: Support parallel waker threads
 2015-05-10  7:10 UTC  (2+ messages)
` [tip:perf/core] "

[tip:perf/core] perf machine: Protect the machine-> threads with a rwlock
 2015-05-10  7:10 UTC 

[tip:perf/core] tools include: Add basic atomic.h implementation from the kernel sources
 2015-05-10  7:09 UTC 

[tip:perf/core] perf tools: Use atomic_t to implement thread__{get,put} refcnt
 2015-05-10  7:10 UTC 

[tip:perf/core] perf tools: Move generic barriers out of perf-sys.h
 2015-05-10  7:09 UTC 

[tip:perf/core] perf tools: Move tile barrier.h stuff to tools/ arch/tile/include/asm/barrier.h
 2015-05-10  7:09 UTC 

[tip:perf/core] perf tools: Move mips barrier.h stuff to tools/ arch/mips/include/asm/barrier.h
 2015-05-10  7:09 UTC 

[tip:perf/core] perf tools: Move xtensa barrier.h stuff to tools/ arch/xtensa/include/asm/barrier.h
 2015-05-10  7:08 UTC 

[tip:perf/core] perf tools: Move arm(64) barrier.h stuff to tools /arch/arm*/include/asm/barrier.h
 2015-05-10  7:08 UTC 

[tip:perf/core] perf tools: Move ia64 barrier.h stuff to tools/ arch/ia64/include/asm/barrier.h
 2015-05-10  7:08 UTC 

[tip:perf/core] perf tools: Move alpha barrier.h stuff to tools/ arch/alpha/include/asm/barrier.h
 2015-05-10  7:07 UTC 

[tip:perf/core] perf tools: Move sparc barrier.h stuff to tools/ arch/sparc/include/asm/barrier.h
 2015-05-10  7:07 UTC 

[tip:perf/core] perf tools: Move sh barrier.h stuff to tools/arch /sh/include/asm/barrier.h
 2015-05-10  7:07 UTC 

[tip:perf/core] tools: Adopt asm-generic/barrier.h
 2015-05-10  7:06 UTC 

[tip:perf/core] perf tools: Move barrier() definition to tools/ include/linux/compiler.h
 2015-05-10  7:06 UTC 

[tip:perf/core] perf tools: Move s390 barrier.h stuff to tools/ arch/s390/include/asm/barrier.h
 2015-05-10  7:06 UTC 

[tip:perf/core] perf tools: Move powerpc barrier.h stuff to tools /arch/powerpc/include/asm/barrier.h
 2015-05-10  7:06 UTC 

[PATCH perf/core 7/8] perf-probe: Support $params special probe argument
 2015-05-10  7:05 UTC  (2+ messages)
` [tip:perf/core] perf probe: "

[tip:perf/core] perf tools: Move x86 barrier.h stuff to tools/ arch/x86/include/asm/barrier.h
 2015-05-10  7:05 UTC 

[PATCH perf/core 5/8] perf probe: Skip kernel symbols which is out of .text
 2015-05-10  7:05 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH perf/core 4/8] [BUGFIX] perf probe: --line checks valid C-style function name
 2015-05-10  7:04 UTC  (2+ messages)
` [tip:perf/core] perf probe: Make --line checks validate "

[PATCH perf/core 3/8] [BUGFIX] perf probe: Fix to return 0 when positive value returned
 2015-05-10  7:04 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH perf/core 1/8] [BUGFIX] perf probe: Fix to close probe_events file in error
 2015-05-10  7:04 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH perf/core 2/8] [BUGFIX] perf probe: Fix a typo for the flags of open
 2015-05-10  7:04 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] kernel/printk/printk.c: check_syslog_permissions() cleanup
 2015-05-10  6:35 UTC 

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-10  5:45 UTC  (4+ messages)

[PATCH v2 1/3] perf probe: Remove length limitation for showing available variables
 2015-05-10  3:23 UTC  (6+ messages)
` [PATCH v2 2/3] perf probe: Add --range option to show variable location range
` [PATCH v2 3/3] perf probe: Show better error message when failed to find variable

[PATCH perf/core v2 0/4] perf-probe code cleanup and support wildcard for probe points
 2015-05-10  3:02 UTC  (3+ messages)
  `  "

[PATCH 1/3] perf probe: Remove length limitation for showing available variables
 2015-05-10  3:02 UTC  (5+ messages)
` [PATCH 3/3] perf probe: Add --range option to show variable location range

[PATCH v2] ARM: net: add JIT support for loads from struct seccomp_data
 2015-05-10  2:28 UTC  (2+ messages)

[PATCH] net: deinline netif_tx_stop_queue() and netif_tx_stop_all_queues()
 2015-05-10  2:27 UTC  (2+ messages)

[PATCH] x86: rename eisa_set_level_irq to elcr_set_level_irq
 2015-05-10  1:09 UTC  (2+ messages)

[PATCH] net: fec: add support of ethtool get_regs
 2015-05-10  1:01 UTC  (6+ messages)

RE:hello
 2015-05-10  0:37 UTC 

[PATCH v2 00/20] libnd: non-volatile memory device support
 2015-05-09 23:55 UTC  (4+ messages)
` [PATCH v2 08/20] libnd, nd_acpi: regions (block-data-window, persistent memory, volatile memory)
  ` [Linux-nvdimm] "

[PATCH] x86: Fix mkcapflags.sh bash-ism again
 2015-05-09 23:41 UTC  (3+ messages)

[PATCH] PM / tick: Add tracepoints for suspend-to-idle diagnostics
 2015-05-09 23:23 UTC  (2+ messages)
` [Resend][PATCH] "

[PATCH V3] cpuidle: Handle tick_broadcast_enter() failure gracefully
 2015-05-09 23:19 UTC  (11+ messages)
        ` [PATCH 0/3] cpuidle: updates related to tick_broadcast_enter() failures
          ` [PATCH 1/3] sched / idle: Call idle_set_state() from cpuidle_enter_state()
          ` [PATCH 2/3] sched / idle: Call default_idle_call() "
          ` [PATCH 3/3] cpuidle: Select a different state on tick_broadcast_enter() failures

[PATCH v2] staging: rtl8192e: Change cpu_to_le16 to le16_to_cpu
 2015-05-09 22:13 UTC  (2+ messages)

[PATCH] ASoC: codecs-ac97: make selectable in config
 2015-05-09 22:12 UTC 

[PATCH] ASoC: codecs-ac97: Remove rate constraints
 2015-05-09 22:09 UTC 

[PATCH v2 0/7] minor cleanups for ACPI processor driver
 2015-05-09 22:06 UTC  (4+ messages)
` [PATCH v2 5/7] Xen / ACPI / processor: Remove unneeded NULL check in xen_acpi_processor_enable()

[PATCH] ASoC: codecs-ac97: Remove rate constraints
 2015-05-09 22:06 UTC  (5+ messages)
` [alsa-devel] "

[PATCH v2] net: fec: add support of ethtool get_regs
 2015-05-09 21:56 UTC 

[net-next PATCH v3 1/4] devicetree: Add compatible string for Zynq Ultrascale+ MPSoC
 2015-05-09 21:43 UTC  (8+ messages)
` [net-next PATCH v3 2/4] net: macb: "
` [net-next PATCH v3 3/4] net: macb: Add support for jumbo frames
` [net-next PATCH v3 4/4] net: macb: Add change_mtu callback with jumbo support

[RFC] init.h: mark init functions hot instead of cold
 2015-05-09 21:17 UTC  (3+ messages)

[PATCH net-next] test: bpf: extend "load 64-bit immediate" testcase
 2015-05-09 21:12 UTC  (3+ messages)

[PATCH] sh: Wire up missing syscalls
 2015-05-09 21:02 UTC 

[PATCH] imx27: dt: only map 1 Kbyte for fec registers
 2015-05-09 20:54 UTC 

[PATCH] netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)
 2015-05-09 20:45 UTC  (2+ messages)

[PATCH v6 00/12] ARM: vf610m4: Add Vybrid Cortex-M4 support
 2015-05-09 20:39 UTC  (13+ messages)
` [PATCH v6 01/12] irqdomain: Add non-hierarchy helper irq_domain_set_info
` [PATCH v6 02/12] genirq: generic chip: support hierarchy domain
` [PATCH v6 03/12] irqchip: nvic: support hierarchy irq domain
` [PATCH v6 04/12] irqchip: vf610-mscm: support NVIC parent
` [PATCH v6 05/12] ARM: ARMv7M: define size of vector table for Vybrid
` [PATCH v6 06/12] clocksource: add dependencies for Vybrid pit clocksource
` [PATCH v6 07/12] ARM: unify MMU/!MMU addruart calls
` [PATCH v6 08/12] ARM: introduce ARM_SINGLE_ARMV7M for ARMv7-M platforms
` [PATCH v6 09/12] ARM: efm32: use ARM_SINGLE_ARMV7M
` [PATCH v6 10/12] ARM: vf610: enable Cortex-M4 configuration on Vybrid SoC
` [PATCH v6 11/12] ARM: dts: add support for Vybrid running on Cortex-M4
` [PATCH v6 12/12] ARM: vf610m4: add defconfig for Linux on Vybrids Cortex-M4

[GIT PULL] arm-soc fixes for 4.1-rc2
 2015-05-09 20:39 UTC 

[PATCH 1/1] suspend: delete sys_sync()
 2015-05-09 20:25 UTC  (3+ messages)

[PATCH] staging: rtl8192e: Change cpu_to_le16 to le16_to_cpu
 2015-05-09 20:10 UTC 

[PATCH] irqchip: tegra: fix wrong data being passed as the irqdomain chip data
 2015-05-09 20:06 UTC 

[PATCH] net: macb: Handle the RXUBR interrupt on all devices
 2015-05-09 20:04 UTC  (2+ messages)

[PATCH v2 0/2] net/rds: RDS-TCP robustness fixes
 2015-05-09 20:03 UTC  (2+ messages)

[GIT pull] irq updates for 4.1-rc3
 2015-05-09 20:03 UTC 

[GIT pull] timer updates for 4.1-rc3
 2015-05-09 20:00 UTC 

[PATCH] ipv6: Fixed source specific default route handling
 2015-05-09 19:59 UTC  (2+ messages)

[PATCH v9] iio: acpi: Add support for ACPI0008 Ambient Light Sensor
 2015-05-09 19:30 UTC  (4+ messages)
` [PATCH] iio: acpi-als: Fix Kconfig and remove unneeded pointer casting

[PATCH 00/12] [RFC] x86: Memory Protection Keys
 2015-05-09 19:09 UTC  (5+ messages)

[PATCH] alpha: Wire up missing syscalls
 2015-05-09 18:33 UTC 

[PATCH] Added another USB product ID for ELAN touchscreen quirks
 2015-05-09 17:09 UTC 

[PATCH v2 0/5] Driver for pxa architectures
 2015-05-09 17:00 UTC  (6+ messages)
` [PATCH v2 3/5] dmaengine: pxa: add pxa dmaengine driver

[PATCH] staging: gdm724: adding kernel endianness header
 2015-05-09 16:55 UTC  (3+ messages)
  `  "

[PATCH V4] Fix pointer cast for 32 bits arch
 2015-05-09 16:24 UTC  (3+ messages)
` [PATCH V5] staging: goldfish: Fix pointer cast for 32 bits

[GIT PULL] USB fixes for v4.1-rc1
 2015-05-09 16:18 UTC  (2+ messages)

[PATCH 1/3] perf tools: Document relation of per-thread event count feature
 2015-05-09 16:13 UTC  (2+ messages)

[PATCH] gpu: ipu-v3: ipu-csi: Use true/false for booleans
 2015-05-09 16:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).