The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2013-06-15 14:30:21 to 2013-06-16 20:54:51 UTC [more...]

[RFC PATCH 00/11] ARM: s3c64xx: Let amba-pl08x driver handle DMA
 2013-06-16 20:54 UTC  (6+ messages)
` [RFC PATCH 01/11] dma: amba-pl08x: Use bitmap to pass variant specific quirks
` [RFC PATCH 03/11] dma: amba-pl08x: Add support for different offset of CONFIG register
` [RFC PATCH 04/11] dma: amba-pl08x: Add support for PL080S variant
` [RFC PATCH 05/11] dma: amba-pl08x: Add support for different maximum transfer size
` [RFC PATCH 07/11] dmaengine: PL08x: Fix reading the byte count in cctl

[QUESTION] LVDS / MIPI
 2013-06-16 20:45 UTC  (2+ messages)

[PATCH 0/2] Fix v3.10-rc6 failures in ia64 and mn10300
 2013-06-16 20:06 UTC  (3+ messages)
` [PATCH 1/2] ia64: Fix include dependency in asm/irqflags.h
` [PATCH 2/2] mn10300: Fix include dependency in irqflags.h

Linux 3.10-rc6
 2013-06-16 19:51 UTC  (11+ messages)

[PATCH] arm64/Makefile: provide vdso_install target
 2013-06-16 19:32 UTC 

[GIT PULL] clk: fixes for 3.10-rc7
 2013-06-16 19:13 UTC 

[PATCH V4 1/4] ARM: tegra30: clocks: Fix pciex clock registration
 2013-06-16 18:51 UTC  (3+ messages)

[PATCH] virtio-mmio: Cocci spatch "ptr_ret.spatch"
 2013-06-16 18:11 UTC  (19+ messages)
` [RFC] PTR_ERR: return 0 if ptr isn't an error value
              ` [PATCH 1/9] PTR_RET is now PTR_ERR_OR_ZERO
                ` [PATCH 2/9] PTR_RET is now PTR_ERR_OR_ZERO(): Replace most
                ` [PATCH 3/9] s390: Replace weird use of PTR_RET
                ` [PATCH 4/9] acpi: "
                ` [PATCH 5/9] pinctrl: don't use PTR_RET()
                ` [PATCH 6/9] remoteproc: "
                ` [PATCH 7/9] staging/zcache: "
                ` [PATCH 8/9] x86: remove weird PTR_ERR() in do_debug
                ` [PATCH 9/9] mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR()

[PATCH] mm: Add unlikely for current_order test
 2013-06-16 18:04 UTC  (2+ messages)

Possible tty VT1 disallocate regression
 2013-06-16 17:35 UTC  (3+ messages)
` [PATCH] tty/vt: Return EBUSY if deallocating VT1 and it is busy

[PATCH] tty: Debug EIO from write()
 2013-06-16 17:31 UTC  (3+ messages)
` [PATCH] tty: Fix transient pty write() EIO

[BUGFIX v2 0/4] fix bug 56531, 59501 and 59581
 2013-06-16 17:33 UTC  (14+ messages)
` [BUGFIX v2 2/4] ACPI, DOCK: resolve possible deadlock scenarios
` [BUGFIX v2 1/4] ACPI, DOCK: initialize dock subsystem before scanning PCI root buses

[PATCH 0/3] tracing/kprobes: trace_probe->files cleanups
 2013-06-16 17:21 UTC  (4+ messages)
` [PATCH 1/3] tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is empty
` [PATCH 2/3] tracing/kprobes: Kill probe_enable_lock
` [PATCH 3/3] tracing/kprobes: Turn trace_probe->files into list_head

kernel BUG at net/core/skbuff.c:1065!
 2013-06-16 17:08 UTC  (2+ messages)

[pile of bugs] lseek(fd, n, SEEK_END) does *not* go to eof - n
 2013-06-16 17:06 UTC 

hanging, and possible exploit/ddos from LAN for RTL and other cards (watchdog netdev)
 2013-06-16 16:39 UTC  (2+ messages)

[PATCH 0/5] pinctrl: fix some issues with new pinconfig dt parsing
 2013-06-16 15:41 UTC  (16+ messages)
` [PATCH 1/5] pinctrl: update the documentation for some pinconfig params
` [PATCH 2/5] pinctrl: clarify some dt pinconfig options
` [PATCH 3/5] pinctrl: handle zero found dt pinconfig properties better
` [PATCH 4/5] pinctrl: dynamically alloc temp array when parsing dt pinconf options
` [PATCH 5/5] pinctrl: rockchip: correctly handle arguments of "
        ` [PATCH v2] "

[linux-next-20130607] rcu warning, sleep in atomic, unchecked dma alloc, bad address access
 2013-06-16 15:39 UTC 

Questions about Runtime Power Management
 2013-06-16 15:07 UTC  (2+ messages)

[PATCH] pinctrl: establish pull-up/pull-down terminology
 2013-06-16 14:39 UTC  (2+ messages)

A question on RCU vs. preempt-RCU
 2013-06-16 14:13 UTC  (2+ messages)

Insane kfifo_put API
 2013-06-16 12:56 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Samsung pinctrl entries
 2013-06-16 12:47 UTC  (5+ messages)

[PATCH] Re: [Patch] MCE, APEI: Don't enable CMCI when Firmware First mode is set in
 2013-06-16 12:20 UTC  (3+ messages)

[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions
 2013-06-16 12:03 UTC  (33+ messages)
` [PATCH 17/31] MIPS: Quit exposing Kconfig symbols in uapi headers
` [PATCH 19/31] mips/kvm: Add host definitions for MIPS VZ based host
` [PATCH 20/31] mips/kvm: Hook into TLB fault handlers
` [PATCH 21/31] mips/kvm: Allow set_except_vector() to be used from MIPSVZ code
` [PATCH 22/31] mips/kvm: Split get_new_mmu_context into two parts
` [PATCH 23/31] mips/kvm: Hook into CP unusable exception handler
` [PATCH 24/31] mips/kvm: Add thread_struct fields used by MIPSVZ hosts
` [PATCH 25/31] mips/kvm: Add some asm-offsets constants used by MIPSVZ
` [PATCH 26/31] mips/kvm: Split up Kconfig and Makefile definitions in preperation for MIPSVZ
` [PATCH 27/31] mips/kvm: Gate the use of kvm_local_flush_tlb_all() by KVM_MIPSTE
` [PATCH 28/31] mips/kvm: Only use KVM_COALESCED_MMIO_PAGE_OFFSET with KVM_MIPSTE
` [PATCH 29/31] mips/kvm: Add MIPSVZ support
` [PATCH 30/31] mips/kvm: Enable MIPSVZ in Kconfig/Makefile
` [PATCH 31/31] mips/kvm: Allow for upto 8 KVM vcpus per vm

[PATCH 0/4] ARM: mxs: Various Crystalfontz DT additions
 2013-06-16 11:51 UTC  (3+ messages)
` [PATCH 3/4] ARM: mxs: dt: Add the Crystalfontz CFA-10055 device tree

[PATCH] USB: EHCI: Remove double assignment of .start in ehci_msp_hc_driver
 2013-06-16 11:46 UTC 

[PATCH 1/2] pinmux: Add TB10x pinmux driver
 2013-06-16 11:11 UTC  (12+ messages)

Regression: 3.9.0+ .. 3.10-rc5 freezes during boot, Radeon update ??
 2013-06-16 10:58 UTC 

[PATCH 0/6] Add support for Allwinner A10s SoCs
 2013-06-16 11:04 UTC  (5+ messages)
` [PATCH 2/6] pinctrl: sunxi: Move the pins definitions to a separate header
` [PATCH 3/6] pinctrl: sunxi: Add Allwinner A10s pins

[PATCH 1/3] drivers: pinctrl sleep and idle states in the core
 2013-06-16 10:55 UTC  (5+ messages)

[PATCH v2 0/2] pinctrl: common handling of generic pinconfig props in dt
 2013-06-16 10:39 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: add function to parse generic pinconfig properties from a dt node

[PATCH 1/2] Add pin list based GPIO ranges
 2013-06-16 10:19 UTC  (3+ messages)
` [PATCH] Fix comment on pinctrl_gpio_range.pin_base

[PATCH] pinctrl: update GPIO range doc
 2013-06-16 10:18 UTC 

[PATCH] pinctrl: document the pinctrl PM states
 2013-06-16 10:17 UTC  (5+ messages)

[PATCH] drivers: pinctrl: add active state to core
 2013-06-16 10:01 UTC  (2+ messages)

Performance regression from switching lock to rw-sem for anon-vma tree
 2013-06-16  9:50 UTC 

[PATCHv2 0/6] Make ARM's sched_clock generic + 64 bit friendly
 2013-06-16  9:45 UTC  (5+ messages)

[PATCH kbuild-next] kconfig/lxdialog: Add definitions for mininimum (re)size values
 2013-06-16  9:33 UTC  (3+ messages)

[RFC][PATCH] kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on
 2013-06-16  9:32 UTC  (2+ messages)

[PATCH v4] irqchip: Add support for ARMv7-M's NVIC
 2013-06-16  9:21 UTC  (2+ messages)

[RFC] arm: Remove sa1111 special case from mm setup code
 2013-06-16  9:10 UTC  (2+ messages)

[PATCH] docbook: add futexes to kernel-locking docbook
 2013-06-16  9:04 UTC  (2+ messages)

[fuse[[xen][3.10-rc5] kernel oops: BUG: unable to handle kernel NULL pointer dereference at 0000000000000008 IP: [<ffffffff81407597>] __list_add+0x17/0xd0
 2013-06-16  8:34 UTC 

[PATCH v4] ethernet/arc/arc_emac - Add new driver
 2013-06-16  7:41 UTC  (4+ messages)

[PATCH 0/2] llseek fixes
 2013-06-16  7:17 UTC  (9+ messages)
` [PATCH 1/2] ocfs2: Fix llseek() semantics and do some cleanup
    ` [Ocfs2-devel] "

[PATCH v2 2/2] MMC: P2020 SDHC: Fix bug when writing to SDHCI_HOST_CONTROL register
 2013-06-16  7:07 UTC 

[PATCH v2 1/2] MMC: P2020 SDHC: Add support for 8-bit bus width and non-removable card
 2013-06-16  7:07 UTC 

Commit f9afbd45b0d0 broke mips r4k
 2013-06-16  6:51 UTC  (3+ messages)

[char-misc-next] mei: support HBM versioning
 2013-06-16  6:16 UTC 

mod filenames != modnames? (inconsistent name changing)
 2013-06-16  5:35 UTC  (2+ messages)

[PATCH] asymmetric keys: explicitly add the leading zero byte to encoded message
 2013-06-16  4:52 UTC 

[PATCH 0/4 v3] KVM: PPC: IOMMU in-kernel handling
 2013-06-16  4:46 UTC  (10+ messages)
` [PATCH 1/4] KVM: PPC: Add support for multiple-TCE hcalls
` [PATCH 2/4] powerpc: Prepare to support kernel handling of IOMMU map/unmap
` [PATCH 3/4] KVM: PPC: Add support for IOMMU in-kernel handling
` [PATCH 4/4] KVM: PPC: Add hugepage "

[PATCH 0/3] clk: tegra: T114: add DFLL prerequisites
 2013-06-16  4:22 UTC  (7+ messages)
` [PATCH 3/3] clk: tegra: T114: add DFLL DVCO reset control

Gumstix Overo linux-3.10-rc6 Boot
 2013-06-16  4:20 UTC 

[PATCH v2] module: don't modify argument of module_kallsyms_lookup_name()
 2013-06-16  2:35 UTC  (2+ messages)

[PATCH] arch: blackfin: kernel: sprintf(), need avoid NUL for '%s'
 2013-06-16  3:02 UTC  (2+ messages)

[PATCH] media: i2c: ths7303: remove unused member driver_data
 2013-06-16  1:58 UTC  (3+ messages)

[PATCHv2] irqchip: Add support for TI-NSPIRE irqchip
 2013-06-16  1:55 UTC  (2+ messages)

[PATCH v2 1/7] mm/writeback: remove wb_reason_name
 2013-06-16  1:14 UTC  (7+ messages)
` [PATCH v2 2/7] mm/writeback: Don't check force_wait to handle bdi->work_list
` [PATCH v2 3/7] mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch name
` [PATCH v2 4/7] mm/page_alloc: fix blank in show_free_areas
` [PATCH v2 5/7] mm/page_alloc: fix doc for numa_zonelist_order
` [PATCH v2 6/7] mm/thp: fix doc for transparent huge zero page
` [PATCH v2 7/7] mm/pgtable: Don't accumulate addr during pgd prepopulate pmd

[PATCH 2/2] f2fs: optimise the init_dirty_segmap function
 2013-06-16  0:49 UTC 

[PATCH 1/2] f2fs: add remount_fs callback support
 2013-06-16  0:48 UTC 

[PATCH v15 0/4] trace,x86: irq vector tracepoint support
 2013-06-16  0:10 UTC  (4+ messages)

[RFC] pinctrl: generic: Add DT bindings
 2013-06-16  0:04 UTC  (9+ messages)

PPC440GX (taishan config) compilation errors
 2013-06-15 23:59 UTC  (2+ messages)

brcmf_driver_init Oops
 2013-06-15 23:43 UTC 

[PATCH] MDIO: FSL_PQ_MDIO: Fix bug on incorrect offset of tbipa register
 2013-06-15 22:57 UTC  (4+ messages)

[RFC 00/10] Refactor irqdomain
 2013-06-15 22:48 UTC  (7+ messages)
` [RFC 10/10] irqchip: Make versatile fpga irq driver a generic chip

[PATCH] ACPI / dock: Take ACPI scan lock in write_undock()
 2013-06-15 22:16 UTC 

[PATCH v3] i2c: vt8500: Add support for I2C bus on Wondermedia SoCs
 2013-06-15 21:58 UTC  (3+ messages)

[PATCH] tilepro: work around module link error with gcc 4.7
 2013-06-15 20:47 UTC 

[PATCH v2 0/1] gpio driver for Intel Baytrail platforms
 2013-06-15 20:47 UTC  (4+ messages)

[PATCH 0/3] Fix backlight issues on some Windows 8 systems
 2013-06-15 20:35 UTC  (14+ messages)
` [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

[RFC 0/5] Optimizations for memory handling in smk_write_rules_list()
 2013-06-15 20:08 UTC  (11+ messages)
` [RFC 1/5] security: smack: avoid kmalloc allocations while loading a rule string
` [RFC 2/5] security: smack: avoid kmalloc() in smk_parse_long_rule()
` [RFC 3/5] security: smack: fix memleak in smk_write_rules_list()
` [RFC 4/5] security: smack: add kmem_cache for smack_rule allocations
` [RFC 5/5] security: smack: add kmem_cache for smack_master_list allocations

[PATCH 0/2] Enable cc8540 pinctrl DT for uart and i2c v2
 2013-06-15 19:48 UTC  (3+ messages)
  ` pinctrl:when two device use the same pin
      `  "

Fwd: bug report about acpiphp
 2013-06-15 19:33 UTC  (3+ messages)
  `  "

Contact me
 2013-06-15 18:45 UTC 

[PATCH] vfree: don't schedule free_work() if llist_add() returns F
 2013-06-15 18:40 UTC 

[PATCH] x86: kvmclock: zero initialize pvclock shared memory area
 2013-06-15 18:01 UTC  (2+ messages)
` [PATCHv1] kvm guest: fix uninitialized kvmclock read by KVM guest

[PATCH 1/1] Enable fanotify API by default
 2013-06-15 18:00 UTC  (2+ messages)

[PATCH 0/2] fix ->shm_file leak
 2013-06-15 17:46 UTC  (8+ messages)
` [PATCH 1/2] fput: task_work_add() can fail if the caller has passed exit_task_work()
    ` [PATCH 0/3] (Was: fput: task_work_add() can fail if the caller has passed exit_task_work())
      ` [PATCH 1/3] fput: turn "list_head delayed_fput_list" into llist_head
      ` [PATCH 2/3] llist: fix/simplify llist_add() and llist_add_batch()
      ` [PATCH 3/3] llist: llist_add() can use llist_add_batch()

[GIT PULL] ARM: SoC fixes for 3.10-rc
 2013-06-15 17:28 UTC 

BUG: unable to handle kernel NULL pointer dereference at 0000000000000040
 2013-06-15 16:43 UTC  (8+ messages)

[PATCH] intel-iommu: Fix leaks in pagetable freeing
 2013-06-15 16:27 UTC 

[PATCH v2 00/14] locks: scalability improvements for file locking
 2013-06-15 15:04 UTC  (6+ messages)
` [PATCH v2 06/14] locks: don't walk inode->i_flock list in locks_show

[PATCH 2/2] ARM: dts: add AM33XX MMC support
 2013-06-15 15:05 UTC  (10+ messages)

[PATCH v2 0/9] mostly lockless tty echo
 2013-06-15 14:21 UTC  (3+ messages)
` [PATCH v2 00/20] tty: streamline per-char receiving
  ` [PATCH v2 15/20] n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn


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