linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-02 03:04:05 to 2014-02-03 01:33:27 UTC [more...]

[PATCH 0/11] ACPI / hotplug / PCI: Updates on top of changes merged recently
 2014-02-03  1:47 UTC  (15+ messages)
` [PATCH 0/5][RFT] ACPI / hotplug / PCI: Consolidation of ACPIPHP with ACPI core device hotplug
` [PATCH v2 0/13] ACPI / hotplug / PCI: Updates on top of changes merged recently
  ` [PATCH] ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lock
` [PATCH v2 0/6] ACPI / hotplug / PCI: Consolidation of ACPIPHP with ACPI core device hotplug
  ` [PATCH v2 1/6] ACPI / hotplug: Fix theoretical race in acpi_hotplug_notify_cb()
  ` [PATCH v3 0/7] ACPI / hotplug / PCI: Consolidation of ACPIPHP with ACPI core device hotplug
    ` [PATCH v3 1/7] ACPICA: Introduce acpi_get_data_full() and rework acpi_get_data()
    ` [PATCH v3 2/7] ACPI / hotplug: Fix potential races in notify handlers
    ` [PATCH v3 3/7] ACPI / hotplug / PCI: Define hotplug context lock in the core
    ` [PATCH v3 4/7] ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplug
    ` [PATCH v3 5/7] ACPI / hotplug / PCI: Rework the handling of eject requests
    ` [PATCH v3 6/7] ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()
    ` [PATCH v3 7/7] ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()

[PATCH,RFC] random: collect cpu randomness
 2014-02-03  1:28 UTC  (4+ messages)

[PATCH 0/4] w1: refcnt fix, skip non-error send, docs
 2014-02-03  1:15 UTC  (5+ messages)
` [PATCH 1/4] w1: fix netlink refcnt leak on error path
` [PATCH 2/4] w1: only send_error when there is an error
` [PATCH 3/4] w1: document struct w1_netlink_msg and struct w1_netlink_cmd
` [PATCH 4/4] w1: update cn_netlink_send documentation

Linux 3.14-rc1 is out
 2014-02-03  1:12 UTC 

[RFC PATCH 0/3] epoll: read(),write(),ioctl() interface
 2014-02-03  0:30 UTC 

linux-next: manual merge of the btrfs tree with Linus' tree
 2014-02-03  0:13 UTC 

[PATCH 0/8] Add 32 bit VDSO time function support
 2014-02-03  0:12 UTC  (18+ messages)
` [PATCH 1/8] Make vsyscall_gtod_data handling x86 generic
` [PATCH 2/8] Add new func _install_special_mapping() to mmap.c
` [PATCH 3/8] revamp vclock_gettime.c
` [PATCH 4/8] vclock_gettime.c __vdso_clock_gettime cleanup
` [PATCH 5/8] replace VVAR(vsyscall_gtod_data) by gtod macro
` [PATCH 6/8] cleanup __vdso_gettimeofday
` [PATCH 7/8] Add 32 bit VDSO time support for 32 bit kernel
` [PATCH 8/8] Add 32 bit VDSO time support for 64 "

[livelock, 3.13.0] livelock when run out of swap space
 2014-02-02 23:42 UTC 

[PATCH] netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get (v3)
 2014-02-02 23:30 UTC  (6+ messages)
` [PATCH] [RFC] netfilter: nf_conntrack: don't relase a conntrack with non-zero refcnt

Xen build error on ARM with 3.14 merge window kernels
 2014-02-02 22:45 UTC  (2+ messages)
` [Xen-devel] "

[PATCH v9 0/8] Add 32 bit VDSO time function support
 2014-02-02 22:26 UTC  (11+ messages)
` [PATCH v9 1/8] Make vsyscall_gtod_data handling x86 generic
` [PATCH v9 2/8] Add new func _install_special_mapping() to mmap.c
` [PATCH v9 3/8] revamp vclock_gettime.c
` [PATCH v9 4/8] vclock_gettime.c __vdso_clock_gettime cleanup
` [PATCH v9 5/8] replace VVAR(vsyscall_gtod_data) by gtod macro
` [PATCH v9 6/8] cleanup __vdso_gettimeofday
` [PATCH v9 7/8] Add 32 bit VDSO time support for 32 bit kernel
` [PATCH v9 8/8] Add 32 bit VDSO time support for 64 "

[PATCH] vmcore: prevent PT_NOTE p_memsz overflow during header update
 2014-02-02 22:25 UTC  (5+ messages)

NFS client broken in Linus' tip
 2014-02-02 22:04 UTC  (9+ messages)

[PATCH RESEND 0/10] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-02 22:03 UTC  (4+ messages)

[PATCH v2 0/5] mutex: Mutex scalability patches
 2014-02-02 22:02 UTC  (17+ messages)
` [PATCH v2 2/5] mutex: Modify the way optimistic spinners are queued
` [RFC][PATCH v2 5/5] mutex: Give spinners a chance to spin_on_owner if need_resched() triggered while queued

[RFC 00/22] perf tools: Display tracepoint enahncements
 2014-02-02 21:45 UTC  (24+ messages)
` [PATCH 01/22] perf tools: Fix memory leak in event_format__print function
` [PATCH 02/22] perf tools: Add time sort entry
` [PATCH 03/22] perf tools: Add idx "
` [PATCH 04/22] perf tools: Add --list report option
` [PATCH 05/22] perf tools: Add sort_entry struct into sort entries callbacks
` [PATCH 06/22] perf tools: Add selected bool into se_snprintf sort entries callback
` [PATCH 07/22] perf tools: Implement selected bool se_snprintf callback logic
` [PATCH 08/22] perf tools: Implement selected logic for time sort entry
` [PATCH 09/22] perf tools: Factor ui_browser ops out of ui_browser struct
` [PATCH 10/22] perf tools: Add header callback into ui_browser_ops struct
` [PATCH 11/22] perf tools: Remove ev_name argument from perf_evsel__hists_browse
` [PATCH 12/22] perf tools: Add header callback to hist browser
` [PATCH 13/22] perf tools: Factor hpp_arg struct to carry hist_browser
` [PATCH 14/22] perf tools tui: Display columns header text on 'H' press
` [PATCH 15/22] tools lib traceevent: Factor print_event_fields function
` [PATCH 16/22] tools lib traceevent: Make the name output optional in pevent_field_info
` [PATCH 17/22] tools lib traceevent: Add pevent_field_cmp function
` [PATCH 18/22] perf tools: Factor sort entries loops
` [PATCH 19/22] perf tools: Add local hists sort entry list
` [PATCH 20/22] perf tools: Make hists col_len dynamicaly alocated
` [PATCH 21/22] perf tools: Add raw info into hist entry
` [PATCH 22/22] perf tools: Add support for tracepoint fields

[PATCH RFC] compat: Get rid of (get|put)_compat_time(val|spec)
 2014-02-02 20:19 UTC  (3+ messages)

[GIT PULL] parisc updates for v3.14
 2014-02-02 20:20 UTC  (5+ messages)
      ` [GIT PULL] parisc updates for v3.14 (new pull request)

[PATCH 1/2] irq_work: allow certain work in hard irq context
 2014-02-02 20:10 UTC  (3+ messages)

[BISECTED] OMAP: DSS: clk rate mismatch
 2014-02-02 20:09 UTC  (11+ messages)
            ` OMAP: clock DT conversion issues with omap36xx

[PATCH v5 00/23]
 2014-02-02 20:07 UTC  (18+ messages)
` [PATCH v5 09/23] drm/i2c: tda998x: don't read write-only registers
` [PATCH v5 02/23] drm/i2c: tda998x: check more I/O errors

rtl8821ae
 2014-02-02 19:36 UTC  (4+ messages)

[PATCH] Make math_state_restore() save and restore the interrupt flag
 2014-02-02 19:15 UTC  (10+ messages)

[RFC 00/16] drm/nouveau: initial support for GK20A (Tegra K1)
 2014-02-02 19:10 UTC  (10+ messages)
` [RFC 13/16] drm/nouveau/ibus: add GK20A support
` [RFC 14/16] drm/nouveau/fb: "

[PATCH v6] xen/grant-table: Avoid m2p_override during mapping
 2014-02-02 18:52 UTC  (4+ messages)
  ` [Xen-devel] "

From Mrs. Tan Ruby
 2014-02-02 18:11 UTC 

[PATCH] Documentation cleanup, update 00-INDEX files in Documentation/
 2014-02-02 18:09 UTC  (5+ messages)

[PATCH TRIVIAL] mm: vmscan: shrink_slab: rename max_pass -> freeable
 2014-02-02 17:11 UTC 

Do we really need curr_target in signal_struct ?
 2014-02-02 16:50 UTC  (10+ messages)

[PATCH 0/8] memcg-vs-slab related fixes, improvements, cleanups
 2014-02-02 16:33 UTC  (9+ messages)
` [PATCH 1/8] memcg: export kmemcg cache id via cgroup fs
` [PATCH 2/8] memcg, slab: remove cgroup name from memcg cache names
` [PATCH 3/8] memcg, slab: never try to merge memcg caches
` [PATCH 4/8] memcg, slab: separate memcg vs root cache creation paths
` [PATCH 5/8] slub: adjust memcg caches when creating cache alias
` [PATCH 6/8] slub: rework sysfs layout for memcg caches
` [PATCH 7/8] memcg, slab: unregister cache from memcg before starting to destroy it
` [PATCH 8/8] memcg, slab: do not destroy children caches if parent has aliases

[RFC PATCHv2] usb: move hub init and LED blink work to power efficient workqueue
 2014-02-02 16:10 UTC  (2+ messages)

Is it ok for deferrable timer wakeup the idle cpu?
 2014-02-02 16:00 UTC  (7+ messages)

[PATCH 0/4] Add 32 bit VDSO time function support
 2014-02-02 15:25 UTC  (6+ messages)
` [PATCH 3/4] Add 32 bit VDSO time support for 32 bit kernel

Why is syscall auditing on with no rules?
 2014-02-02 15:05 UTC  (2+ messages)

[PATCH v4] USB: ftdi_sio: add Tagsys RFID Reader IDs
 2014-02-02 13:42 UTC 

..another device for the ftdi_sio driver, 3rd infusion
 2014-02-02 13:15 UTC  (2+ messages)

[PATCH 0/3] spi: core: Introduce devm_spi_alloc_master
 2014-02-02 12:33 UTC  (3+ messages)
` [PATCH 3/3] spi: switch to devm_spi_alloc_master

HID bluetooth regression
 2014-02-02 11:03 UTC 

[PATCH 3/3] Kconfig: organize memory-related config options
 2014-02-02  9:50 UTC 

[PATCH 18/34] mlx4: Use pci_enable_msix_range()
 2014-02-02  9:43 UTC  (2+ messages)
  `  "

..another device for the ftdi_sio driver, 2nd infusion
 2014-02-02  9:32 UTC  (2+ messages)

[GIT PULL] SLAB changes for v3.14-rc1
 2014-02-02  9:14 UTC 

[PATCH v11 0/4] Introducing a queue read/write lock implementation
 2014-02-02  9:03 UTC  (8+ messages)

[PATCH V2 9/9] perf buildid-cache: Check relocation when checking for existing kcore
 2014-02-02  8:56 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH V2 8/9] perf tools: Adjust kallsyms for relocated kernel
 2014-02-02  8:56 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH V2 7/9] perf tools: Test does not need to set up ref_reloc_sym
 2014-02-02  8:56 UTC  (2+ messages)
` [tip:perf/urgent] perf tests: No "

[PATCH V2 6/9] perf tools: Prevent the use of kcore if the kernel has moved
 2014-02-02  8:56 UTC  (2+ messages)
` [tip:perf/urgent] perf symbols: "

[PATCH V2 5/9] perf record: Get ref_reloc_sym from kernel map
 2014-02-02  8:55 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH V2 4/9] perf tools: Set up ref_reloc_sym in machine__create_kernel_maps()
 2014-02-02  8:55 UTC  (2+ messages)
` [tip:perf/urgent] perf machine: "

[PATCH V2 3/9] perf tools: Add machine__get_kallsyms_filename()
 2014-02-02  8:55 UTC  (2+ messages)
` [tip:perf/urgent] perf machine: "

[PATCH V2 2/9] perf tools: Add kallsyms__get_function_start()
 2014-02-02  8:55 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH V2 1/9] perf tools: Fix symbol annotation for relocated kernel
 2014-02-02  8:55 UTC  (2+ messages)
` [tip:perf/urgent] perf symbols: "

tools/perf: Fix AAAAARGH64 memory barriers
 2014-02-02  8:54 UTC  (2+ messages)
` [tip:perf/urgent] perf tools: "

[PATCH] tools: perf: util: fix include for non x86 architectures
 2014-02-02  8:54 UTC  (2+ messages)
` [tip:perf/urgent] perf tools: Fix "

[PATCH] perf tools: demangle kernel and kernel module symbols too
 2014-02-02  8:54 UTC  (2+ messages)
` [tip:perf/urgent] perf tools: Demangle "

[GIT PULL 00/12] perf/urgent fixes
 2014-02-02  8:49 UTC  (2+ messages)

[GIT PULL] Btrfs
 2014-02-02  8:09 UTC  (4+ messages)

[GIT PULL] Staging wireless driver for 3.14-rc1
 2014-02-02  7:11 UTC  (3+ messages)

[PATCHv2] x86: fix the initialization of physnode_map
 2014-02-02  6:18 UTC  (3+ messages)
` [tip:x86/urgent] x86: Fix "

[PATCH RESEND 10/10] manpage: update FALLOC_FL_COLLAPSE_RANGE flag in fallocate
 2014-02-02  5:47 UTC 

[PATCH RESEND 9/10] xfstest: shared/005: Test multiple fallocate collapse
 2014-02-02  5:47 UTC 

[PATCH RESEND 8/10] xfstest: shared/004: Delayed allocation multi collapse
 2014-02-02  5:46 UTC 

[PATCH RESEND 7/10] xfstest: shared/003: Multi collapse range tests
 2014-02-02  5:46 UTC 

[patch] mm, compaction: avoid isolating pinned pages
 2014-02-02  5:46 UTC 

[PATCH RESEND 6/10] xfstest: shared/002: Delayed allocation collapse range
 2014-02-02  5:46 UTC 

[PATCH RESEND 5/10] xfstest: shared/001: Standard collapse range tests
 2014-02-02  5:45 UTC 

[PATCH RESEND 4/10] xfsprog: xfsio: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-02  5:44 UTC 

[PATCH RESEND 3/10] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-02  5:44 UTC 

[PATCH RESEND 2/10] xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-02  5:44 UTC 

[PATCH RESEND 1/10] fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-02  5:43 UTC 

[PATCH 00/11] HID: spring cleaning
 2014-02-02  4:50 UTC  (12+ messages)
` [PATCH 01/11] HID: uHID: implement .raw_request
` [PATCH 02/11] HID: i2c-hid: implement ll_driver transport-layer callbacks
` [PATCH 03/11] HID: add inliners for "
` [PATCH 04/11] HID: logitech-dj: remove hidinput_input_event
` [PATCH 05/11] HID: HIDp: remove hidp_hidinput_event
` [PATCH 06/11] HID: remove hidinput_input_event handler
` [PATCH 07/11] HID: HIDp: remove duplicated coded
` [PATCH 08/11] HID: usbhid: remove duplicated code
` [PATCH 09/11] HID: remove hid_get_raw_report in struct hid_device
` [PATCH 10/11] HID: introduce helper to access hid_output_raw_report()
` [PATCH 11/11] HID: move hid_output_raw_report to hid_ll_driver

[PATCH] HID: fix buffer allocations
 2014-02-02  4:23 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).