public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-06 19:31:32 to 2015-01-06 22:44:45 UTC [more...]

[target:nvme_of 3/3] drivers/target/nvme_of/nvme_of_configfs.c:25:31: sparse: symbol 'nvme_of_fabric_configfs' was not declared. Should it be static?
 2015-01-06 22:44 UTC  (3+ messages)
` [PATCH target] nvme_of: nvme_of_fabric_configfs can be static

[PATCH net] ipv6: Prevent ipv6_find_hdr() from returning ENOENT for valid non-first fragments
 2015-01-06 22:47 UTC  (2+ messages)

[PATCH 1/1] update ip-sysctl.txt documentation
 2015-01-06 22:40 UTC  (2+ messages)

[PATCH v3 resend] clk-rcar-gen2: ADSP clock support
 2015-01-06 22:39 UTC 

[PATCH v2] clk-rcar-gen2: ADSP clock support
 2015-01-06 22:38 UTC 

[PATCH block/for-next 1/4] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
 2015-01-06 22:37 UTC  (4+ messages)
` [PATCH block/for-next 2/4] blkcg: add blkcg_root_css

[PATCH] perf, x86, uncore, hsw-ep: Handle systems with only two SBOXes
 2015-01-06 22:34 UTC 

[PATCH v8 0/4] FPGA Manager Framework
 2015-01-06 22:34 UTC  (7+ messages)
` [PATCH v8 1/4] doc: add bindings document for altera fpga manager
` [PATCH v8 2/4] fpga manager: add sysfs interface document
` [PATCH v8 3/4] staging: fpga manager: framework core
` [PATCH v8 4/4] staging: fpga manager: add driver for socfpga fpga manager

[PATCH] Revert 9fc2105aeaaf56b0cf75296a84702d0f9e64437b to fix pyaudio (and probably more)
 2015-01-06 22:33 UTC  (9+ messages)

kgdb-next not pushed to Linus for 3.19
 2015-01-06 22:30 UTC  (4+ messages)

[PATCH net-next v2 0/8] net: extend ethtool link mode bitmaps to 48 bits
 2015-01-06 22:29 UTC  (3+ messages)

3.19 on Nokia n900: audio quality awful
 2015-01-06 22:27 UTC  (12+ messages)

[RFC PATCH] unlock rtnl mutex in ic_open_devs while waiting
 2015-01-06 22:21 UTC  (2+ messages)

[PATCH 0/9 net-next v2] rhashtable: Per bucket locks & deferred table resizing
 2015-01-06 22:19 UTC  (4+ messages)
` [PATCH 9/9] netlink: Lockless lookup with RCU grace period in socket release
  ` [RFC] netlink: get rid of nl_table_lock

[PATCH] ethtool: Extend ethtool plugin module eeprom API to phylib
 2015-01-06 22:17 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc
 2015-01-06 22:10 UTC  (9+ messages)

[PATCH V2 1/1] iio: Added Capella cm3232 ambient light sensor driver
 2015-01-06 22:09 UTC 

[PATCH] sparc32: nocheck uaccess coding style tweaks
 2015-01-06 22:10 UTC 

[PATCH v5 00/18] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-06 22:06 UTC  (5+ messages)
` [PATCH v5 18/18] Documentation: ACPI for ARM64
    ` [Linaro-acpi] "

TCP connection issues against Amazon S3
 2015-01-06 22:00 UTC  (16+ messages)

[PATCH] ARM: vexpress: bindings: Add generic PD awareness to the spc controller
 2015-01-06 22:01 UTC  (4+ messages)

[PATCH] spi: orion: Add multiple chip select support for Armada 370 and 375
 2015-01-06 22:00 UTC  (4+ messages)

[RFC 2/2] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
 2015-01-06 21:54 UTC  (14+ messages)

[PATCH v2 00/40] uaccess: fix sparse warning on get/put_user for bitwise types
 2015-01-06 21:54 UTC  (14+ messages)
` [PATCH v2 03/40] arm64/uaccess: fix sparse errors
` [PATCH v2 26/40] arch/sparc: uaccess_64 macro whitespace fixes

[PATCH] serial: 8250: Make ISA ports optional
 2015-01-06 21:47 UTC  (5+ messages)

[PATCHSET RFC block/for-next] writeback: cgroup writeback support
 2015-01-06 21:44 UTC  (47+ messages)
` [PATCH 01/45] writeback: add struct dirty_context
` [PATCH 02/45] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 03/45] memcg: encode page_cgflags in the lower bits of page->mem_cgroup
` [PATCH 04/45] memcg, writeback: implement memcg_blkcg_ptr
` [PATCH 05/45] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 06/45] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback
` [PATCH 07/45] writeback: attribute stats to the matching per-cgroup bdi_writeback
` [PATCH 08/45] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 09/45] writeback: make congestion functions per bdi_writeback
` [PATCH 10/45] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 11/45] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 12/45] writeback: implement and use mapping_congested()
` [PATCH 13/45] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 14/45] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 15/45] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 16/45] writeback: don't issue wb_writeback_work if clean
` [PATCH 17/45] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 18/45] writeback: implement bdi_for_each_wb()
` [PATCH 19/45] writeback: remove bdi_start_writeback()
` [PATCH 20/45] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 21/45] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 22/45] writeback: make bdi_start_background_writeback() "
` [PATCH 23/45] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 24/45] writeback: add wb_writeback_work->auto_free
` [PATCH 25/45] writeback: implement bdi_wait_for_completion()
` [PATCH 26/45] writeback: implement wb_wait_for_single_work()
` [PATCH 27/45] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 28/45] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 29/45] writeback: move i_wb_list emptiness test into inode_wb_list_del() from its caller
` [PATCH 30/45] vfs, writeback: introduce struct inode_wb_link
` [PATCH 31/45] vfs, writeback: add inode_wb_link->data point to the associated bdi_writeback
` [PATCH 32/45] vfs, writeback: move inode->dirtied_when into inode->i_wb_link
` [PATCH 33/45] writeback: minor reorganization of fs/fs-writeback.c
` [PATCH 34/45] vfs, writeback: implement support for multiple inode_wb_link's
` [PATCH 35/45] vfs, writeback: implement inode->i_nr_syncs
` [PATCH 36/45] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 37/45] writeback: make writeback_control carry the inode_wb_link being served
` [PATCH 38/45] writeback: make cyclic writeback cursor cgroup writeback aware
` [PATCH 39/45] writeback: make DIRTY_PAGES tracking "
` [PATCH 40/45] writeback: make write_cache_pages() "
` [PATCH 41/45] writeback: make __writeback_single_inode() "
` [PATCH 42/45] writeback: make __filemap_fdatawrite_range() croup "
` [PATCH 43/45] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 44/45] mpage: make __mpage_writepage() "
` [PATCH 45/45] ext2: enable cgroup writeback support

[PATCH V4 0/4] Reducing parameters of alloc_pages* family of functions
 2015-01-06 21:44 UTC  (5+ messages)
` [PATCH V4 1/4] mm: set page->pfmemalloc in prep_new_page()

[PATCH] ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hda
 2015-01-06 21:40 UTC 

[PATCH] sparc64: minor coding style tweaks
 2015-01-06 21:39 UTC 

[PATCH 3.19 3/3] x86, mpx: Change the MPX enable/disable API to arch_prctl
 2015-01-06 21:39 UTC  (15+ messages)

[PATCH] Use memzero_explicit to clear local buffers
 2015-01-06 21:37 UTC  (7+ messages)
` [PATCH RESEND] cifs: use memzero_explicit to clear stack buffer

[PATCH] hid: Fix battery support for the 2009 ANSI Apple wireless keyboard
 2015-01-06 21:21 UTC  (2+ messages)

[PATCH trivial] HID: Spelling s/Keayboard/Keyboard/
 2015-01-06 21:20 UTC  (2+ messages)

[RFC v4] debug: prevent entering debug mode on panic/exception
 2015-01-06 21:17 UTC  (6+ messages)

[PATCH] input: Add soft kill switch for input devices
 2015-01-06 21:17 UTC  (2+ messages)

[PATCH 0/2] Allow registration of default inversed polarity PWMs
 2015-01-06 21:16 UTC  (3+ messages)
` [PATCH 1/2] drivers: pwm: core: Add pwmchip_add_inversed

Backport of spi-fsl-spi bugfix to 3.14.y
 2015-01-06 21:15 UTC  (3+ messages)

[PATCH v2 0/2] PCI: get DMA configuration from parent device
 2015-01-06 21:08 UTC  (8+ messages)
` [PATCH v2 1/2] of/pci: add of_pci_dma_configure() update dma configuration

[PATCH v7 0/7] Support Write-Through mapping on x86
 2015-01-06 20:49 UTC  (8+ messages)
` [PATCH v7 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v7 2/7] x86, mm, pat: Change reserve_memtype() to handle WT
` [PATCH v7 3/7] x86, mm, asm-gen: Add ioremap_wt() for WT
` [PATCH v7 4/7] x86, mm, pat: Add pgprot_writethrough() "
` [PATCH v7 5/7] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH v7 6/7] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v7 7/7] x86, mm: Add set_memory_wt() for WT

[PATCH linux-next] livepatch: kconfig: use bool instead of boolean
 2015-01-06 20:58 UTC  (2+ messages)

[PATCH] arm: pxa: fix pxa27x device-tree support kconfig
 2015-01-06 20:55 UTC  (4+ messages)

[PATCH v6 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-06 20:49 UTC  (3+ messages)
` [PATCH v6 17/17] Documentation: ACPI for ARM64
    ` 答复: "

Linux 3.19-rc3
 2015-01-06 20:47 UTC  (13+ messages)

3.12.33 - BUG xfrm_selector_match+0x25/0x2f6
 2015-01-06 20:46 UTC  (15+ messages)

[PATCH] pci: introduce common pci config space accessors
 2015-01-06 20:39 UTC  (4+ messages)

[PATCH] irqchip: omap-intc: fix legacy DMA regression
 2015-01-06 20:38 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] coresight: fix comment in of_coresight.c
 2015-01-06 20:35 UTC  (2+ messages)

[PATCH 0/2] w1: slaves: w1_therm: Add sysfs entry for current temperature
 2015-01-06 20:26 UTC  (5+ messages)
` [PATCH 2/2] w1: slaves: w1_therm: Add temp attribute

[PATCH v2 4/5] clk: cygnus: add clock support for Broadcom Cygnus
 2015-01-06 20:21 UTC  (2+ messages)

[PATCH] drm/radeon: Try to init amdkfd only if 64 bit kernel
 2015-01-06 20:14 UTC  (9+ messages)
  ` [LKP] "

[PATCH 1/1] update ip-sysctl.txt documentation
 2015-01-06 20:04 UTC 

next-timestamp build failure with 3.19-rc2
 2015-01-06 20:04 UTC  (2+ messages)

[PATCH] tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARM
 2015-01-06 20:03 UTC  (2+ messages)

[PATCHv2] selftests/exec: allow shell return code of 126
 2015-01-06 20:02 UTC  (2+ messages)

[PATCH v4 00/20] kselftest install target feature
 2015-01-06 19:43 UTC  (21+ messages)
` [PATCH v4 01/20] selftests/breakpoints: add install target to enable test install
` [PATCH v4 02/20] selftests/cpu-hotplug: "
` [PATCH v4 03/20] selftests/efivarfs: "
` [PATCH v4 04/20] selftests/firmware: "
` [PATCH v4 05/20] selftests/ftrace: "
` [PATCH v4 06/20] selftests/ipc: "
` [PATCH v4 07/20] selftests/kcmp: "
` [PATCH v4 08/20] selftests/memfd: "
` [PATCH v4 09/20] selftests/memory-hotplug: "
` [PATCH v4 10/20] selftests/mount: "
` [PATCH v4 11/20] selftests/mqueue: "
` [PATCH v4 12/20] selftests/net: "
` [PATCH v4 13/20] selftests/ptrace: "
` [PATCH v4 14/20] selftests/size: "
` [PATCH v4 15/20] selftests/sysctl: "
` [PATCH v4 16/20] selftests/timers: "
` [PATCH v4 17/20] selftests/user: "
` [PATCH v4 18/20] selftests/vm: "
` [PATCH v4 19/20] selftests: "
` [PATCH v4 20/20] kbuild: add a new kselftest_install make target to install selftests

[f2fs-dev][PATCH] f2fs: fix wrong memory footprint statistics in debugfs
 2015-01-06 19:48 UTC  (2+ messages)

[PATCH -tip v2 0/6] locking: Various updates
 2015-01-06 19:45 UTC  (7+ messages)
` [PATCH 1/6] locking/mutex: Checking the stamp is ww only
` [PATCH 2/6] locking/mutex: Move mcs related comments to proper location
` [PATCH 3/6] locking/mutex: Introduce ww_mutex_set_context_slowpath
` [PATCH 4/6] locking/mcs: Better differentiate between mcs variants
` [PATCH 5/6] locking: Use [READ,ASSIGN]_ONCE() for non-scalar types
` [PATCH 6/6] locking/osq: No need for load/acquire when acquire-polling

[PATCH] arm: perf: Prevent wraparound during overflow
 2015-01-06 19:46 UTC  (6+ messages)
` [PATCH v2 0/2] arm+arm64: "
  ` [PATCH v2 1/2] arm: "

[PATCH V2] net: eth: xgene: change APM X-Gene SoC platform ethernet to support ACPI
 2015-01-06 19:46 UTC  (4+ messages)

[f2fs-dev][PATCH 2/2] f2fs: enable recover_xattr_data to avoid cp when fsync after operating xattr
 2015-01-06 19:44 UTC  (2+ messages)

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver
 2015-01-06 19:43 UTC  (2+ messages)

Question concerning RCU
 2015-01-06 19:43 UTC 

[PATCH 1/3] checkpatch: Check for use of disallowed macros
 2015-01-06 19:36 UTC  (6+ messages)
` [PATCH 3/3] ACPICA: Remove use of __DATE__ macro
        ` [Devel] "

[PATCH] mfd: syscon: fix syscon probing from dt
 2015-01-06 19:36 UTC  (2+ messages)

Build regressions/improvements in v3.19-rc3
 2015-01-06 19:37 UTC  (3+ messages)

[GIT PULL] IPMI: Fix warning
 2015-01-06 19:35 UTC 

[PATCHSET v2 block/for-next] writeback: prepare for cgroup writeback support
 2015-01-06 19:29 UTC  (9+ messages)
` [PATCH 01/16] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
` [PATCH 04/16] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH 05/16] blkcg: implement task_get_blkcg_css()
` [PATCH 09/16] writeback: move bandwidth related fields from backing_dev_info into bdi_writeback
` [PATCH 10/16] writeback: move backing_dev_info->wb_lock and ->worklist "
` [PATCH 12/16] writeback: reorganize mm/backing-dev.c
` [PATCH 13/16] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 14/16] writeback: cosmetic change in account_page_dirtied()

[f2fs-dev][PATCH 1/2] f2fs: get rid of kzalloc in __recover_inline_status
 2015-01-06 19:32 UTC  (2+ messages)


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