public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-18 13:30:03 to 2013-03-18 17:07:28 UTC [more...]

[PATCH] macvlan: Remove an unnecessary goto
 2013-03-18 17:07 UTC  (2+ messages)

[PATCH] ARM: hw_breakpoint: Enable debug powerdown only if system supports 'has_ossr'
 2013-03-18 17:06 UTC  (9+ messages)

[PATCH] net: Fix a comment typo
 2013-03-18 17:06 UTC  (2+ messages)

[PATCH RFC 00/12] xen-block: indirect descriptors
 2013-03-18 17:06 UTC  (8+ messages)
` [PATCH RFC 06/12] xen-blkback: implement LRU mechanism for persistent grants
` [PATCH RFC 12/12] xen-block: implement indirect descriptors

[RFC PATCH 0/4] IMA: Export functions for file integrity verification
 2013-03-18 17:05 UTC  (4+ messages)
` [PATCH 3/4] capability: Create a new capability CAP_SIGNED

ptracing a task from core_pattern pipe
 2013-03-18 17:03 UTC  (6+ messages)

[3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)
 2013-03-18 17:04 UTC  (13+ messages)
                    ` [PATCH] drm/i915: stop using GMBUS IRQs on Gen4 chips (was Re: [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses))

[PATCH 0/3] Detect UDIV/SDIV support from ISAR0
 2013-03-18 17:03 UTC  (4+ messages)
` [PATCH 3/3] ARM: Work around faulty ISAR0 register in some Krait CPUs

[PATCH] timekeeping: Add tracepoints for xtime changes
 2013-03-18 17:01 UTC 

[PULL] vhost: tcm_vhost fixes for 3.9
 2013-03-18 17:01 UTC  (2+ messages)

[PATCH] pinctrl: single: correct argument for pinconf
 2013-03-18 16:55 UTC  (3+ messages)

[PATCH 1/1] Drivers: hv: Notify the host of permanent hot-add failures
 2013-03-18 16:49 UTC  (2+ messages)

[PATCH 0/5] xen-block: cleanup and fixes
 2013-03-18 16:49 UTC  (6+ messages)
` [PATCH 1/5] xen-blkback: don't store dev_bus_addr
` [PATCH 2/5] xen-blkback: fix foreach_grant_safe to handle empty lists
` [PATCH 3/5] xen-blkfront: switch from llist to list
` [PATCH 4/5] xen-blkfront: pre-allocate pages for requests
` [PATCH 5/5] xen-blkfront: remove frame list from blk_shadow

[PATCH] udevadm-info: Don't access sysfs entries backing device I/O port space
 2013-03-18 16:51 UTC  (16+ messages)
` [PATCH] udevadm-info: Don't access sysfs 'resource<N>' files

[PATCH REPOST v3.9-rc1] sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
 2013-03-18 16:47 UTC  (3+ messages)

workqueue code needing preemption disabled
 2013-03-18 16:46 UTC  (9+ messages)

[GIT PULL 00/54] perf/core improvements and fixes
 2013-03-18 16:25 UTC  (55+ messages)
` [PATCH 01/54] perf tools: Fix build on non-glibc systems due to libio.h absence
` [PATCH 02/54] perf tools: Remove a write-only variable in the debugfs code
` [PATCH 03/54] perf tools: Honor parallel jobs
` [PATCH 04/54] perf tools: Correct Makefile.include
` [PATCH 05/54] perf tools: Sort command-list.txt alphabetically
` [PATCH 06/54] perf tests: Make attr script verbose friendly
` [PATCH 07/54] perf tests: Make attr script test event cpu
` [PATCH 08/54] perf tests: Add attr record -C cpu test
` [PATCH 09/54] perf tests: Add attr stat "
` [PATCH 10/54] perf tools: Introduce tools/lib/lk library
` [PATCH 11/54] perf tools: Extract perf-specific stuff from debugfs.c
` [PATCH 12/54] tools/vm: Switch to liblk library
` [PATCH 13/54] tools lib lk: Fix _FORTIFY_SOURCE builds
` [PATCH 14/54] perf evlist: Remove cpus and threads arguments from perf_evlist__new()
` [PATCH 15/54] perf evlist: Use cpu_map__nr() helper
` [PATCH 16/54] perf evlist: Add thread_map__nr() helper
` [PATCH 17/54] perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()
` [PATCH 18/54] perf evlist: Do not pass struct record_opts "
` [PATCH 19/54] perf evlist: Add want_signal parameter "
` [PATCH 20/54] perf stat: Use perf_evlist__prepare/start_workload()
` [PATCH 21/54] perf annotate: Pass evsel instead of evidx on annotation functions
` [PATCH 22/54] perf annotate: Add a comment on the symbol__parse_objdump_line()
` [PATCH 23/54] perf annotate: Factor out disasm__calc_percent()
` [PATCH 24/54] perf annotate: Cleanup disasm__calc_percent()
` [PATCH 25/54] perf annotate: Add basic support to event group view
` [PATCH 26/54] perf evsel: Introduce perf_evsel__is_group_event() helper
` [PATCH 27/54] perf annotate: Factor out struct source_line_percent
` [PATCH 28/54] perf annotate: Support event group view for --print-line
` [PATCH 29/54] perf annotate browser: Make browser_disasm_line->percent an array
` [PATCH 30/54] perf annotate browser: Use disasm__calc_percent()
` [PATCH 31/54] perf annotate/gtk: Support event group view on GTK
` [PATCH 32/54] perf annotate browser: Support event group view on TUI
` [PATCH 33/54] perf trace: Get rid of a duplicate code
` [PATCH 34/54] perf tools: Remove unused tracing functions
` [PATCH 35/54] perf session: Remove unused perf_session__remove_thread method
` [PATCH 36/54] perf machine: Move machine__remove_thread and make static
` [PATCH 37/54] perf report: Remove duplicated include
` [PATCH 38/54] perf tools: Remove unused trace_read_data function
` [PATCH 39/54] perf tools: Remove unused struct definitions
` [PATCH 40/54] perf tools: Remove unnecessary calc_data_size variable
` [PATCH 41/54] perf tools: Remove unused macro definitions
` [PATCH 42/54] perf tools: Remove duplicated page_size definition
` [PATCH 43/54] perf tests: Test breakpoint overflow signal handler
` [PATCH 44/54] perf tests: Test breakpoint overflow signal handler counts
` [PATCH 45/54] perf evsel: Cleanup perf_evsel__exit()
` [PATCH 46/54] perf evlist: Introduce perf_evlist__close()
` [PATCH 47/54] perf trace: Free evlist resources properly on return path
` [PATCH 48/54] perf record: Fixup return path of cmd_record()
` [PATCH 49/54] perf tests: Fixup return path of open-syscall-tp-fields test case
` [PATCH 50/54] perf tests: Fixup return path of perf record "
` [PATCH 51/54] perf test: Add test case for checking number of EXIT events
` [PATCH 52/54] perf stat: Introduce --repeat forever
` [PATCH 53/54] perf stat: Introduce evlist methods to allocate/free the stats
` [PATCH 54/54] perf tests: Add a test case for checking sw clock event frequency

[PATCH v3 0/4] ARM: OMAP2+: Adapt to ehci-omap changes for 3.10
 2013-03-18 16:41 UTC  (2+ messages)

[PATCH 0/8] staging: [omap,ti-soc]-thermal: fixes and renaming
 2013-03-18 16:39 UTC  (10+ messages)
` [PATCH 1/8] staging: omap-thermal: fix return value
` [PATCH 2/8] staging: omap-thermal: use spin_lock_irqsave inside IRQ handler
` [PATCH 3/8] staging: omap-thermal: rename bg_ptr to bgp
` [PATCH 4/8] staging: rename omap-thermal driver to ti-soc-thermal
` [PATCH 5/8] staging: ti-soc-thermal: make unexported functions local
` [PATCH 6/8] staging: ti-soc-thermal: split writable data from readonly data
` [PATCH 7/8] stating: ti-soc-thermal: use sizeof(*pointer) while allocating
` [PATCH 8/8] staging: ti-soc-thermal: fix several kernel-doc warnings and error

[PATCH RESEND 0/2] TIF_SYSCALL_TRACEPOINT fixes
 2013-03-18 16:34 UTC  (7+ messages)
` [PATCH 1/2] tracing: syscall_*regfunc() can race with copy_process()
  ` [PATCH v2 "

[PATCH] nohz1: Documentation
 2013-03-18 16:29 UTC 

[PATCH 0/2] Drivers: hv: balloon
 2013-03-18 16:29 UTC  (8+ messages)
` [PATCH 1/2] mm: Export split_page()
  ` [PATCH 2/2] Drivers: hv: balloon: Support 2M page allocations for ballooning

[PATCH 2/2] tracing: syscall_regfunc() should not skip kernel threads
 2013-03-18 16:26 UTC  (5+ messages)

adding missed signed-off-by for aio retry removal patch
 2013-03-18 16:13 UTC 

[PATCH] h8300, score: fix CROSS_COMPILE setting in arch/xxx/Makefile
 2013-03-18 16:13 UTC 

[RFC][PATCH 0/9] extend hugepage migration
 2013-03-18 16:07 UTC  (12+ messages)
` [PATCH 1/9] migrate: add migrate_entry_wait_huge()
` [PATCH 2/9] migrate: make core migration code aware of hugepage
` [PATCH 5/9] migrate: enable migrate_pages() to migrate hugepage
` [PATCH 8/9] memory-hotplug: enable memory hotplug to handle hugepage
` [PATCH 9/9] remove /proc/sys/vm/hugepages_treat_as_movable

Regression with orderly_poweroff()
 2013-03-18 16:03 UTC  (18+ messages)
      ` [PATCH 0/1] poweroff: change orderly_poweroff() to use schedule_work()
        ` [PATCH 1/1] "
              ` [PATCH 0/2] finx argv_split() vs sysctl race
                ` [PATCH 1/2] teach argv_split() to handle the mutable strings
                  ` [PATCH v2 "

[PATCH] pm: print the name of failed suspend function for platform device
 2013-03-18 16:05 UTC  (2+ messages)

Stable kernel 3.8.3 appears to break displayport on intel gen4
 2013-03-18 15:59 UTC  (2+ messages)

[PATCH V3 0/7] Create sched_select_cpu() and use it for workqueues
 2013-03-18 15:57 UTC  (11+ messages)
` [PATCH V3 1/7] sched: Create sched_select_cpu() to give preferred CPU for power saving
` [PATCH V3 2/7] timer: hrtimer: Don't check idle_cpu() before calling get_nohz_timer_target()
` [PATCH V3 3/7] workqueue: Add helpers to schedule work on any cpu
` [PATCH V3 4/7] PHYLIB: queue "
` [PATCH V3 5/7] mmc: "
` [PATCH V3 6/7] block: "
` [PATCH V3 7/7] fbcon: "

[PATCH] HID: usbhid: quirk for MSI GX680R led panel
 2013-03-18 15:56 UTC  (5+ messages)
    ` [PATCH v2] "

[patch] mm: speedup in __early_pfn_to_nid
 2013-03-18 15:56 UTC 

[GIT PULL] arm-soc fixes for v3.9-rc3
 2013-03-18 15:54 UTC  (3+ messages)

linux-next: manual merge of the tegra tree with the arm-soc tree
 2013-03-18 15:49 UTC  (3+ messages)

[PATCH 1/7] kbuild: create an "include chroot" for DT bindings
 2013-03-18 15:47 UTC  (3+ messages)

[PATCH] checkpatch: stop checking for CONFIG_EXPERIMENTAL
 2013-03-18 15:42 UTC  (3+ messages)

Revert a bunch of patches in stable kernels
 2013-03-18 15:40 UTC  (2+ messages)

[PATCH 2/9] vfs: export do_splice_direct() to modules
 2013-03-18 15:39 UTC  (4+ messages)
` [PATCH 0/9] overlay filesystem: request for inclusion (v17)

[bugfix] mm: zone_end_pfn is too small
 2013-03-18 15:37 UTC 

[PATCH] x86, kdump: Set crashkernel_low automatically
 2013-03-18 15:33 UTC  (12+ messages)

sctp: hang in sctp_remaddr_seq_show
 2013-03-18 15:31 UTC  (4+ messages)

[PATCH] efivarfs: fix abnormal GUID in variable name by using strcpy to replace null with dash
 2013-03-18 15:29 UTC  (11+ messages)

udelay function delays the wrong time interval in multiprocessor system, if ARCH_HAS_READ_CURRENT_TIMER is not defined and on current timer is used
 2013-03-18 15:25 UTC  (7+ messages)

[rttest] WARNING: at drivers/base/core.c:569 device_create_file()
 2013-03-18 15:26 UTC  (2+ messages)

FW: [PATCH V4] ARM: dts: add minimal DT support for DevKit8000
 2013-03-18 15:21 UTC  (6+ messages)
    `  "

linux-next: manual merge of the bcm2835 tree with the arm-soc tree
 2013-03-18 15:19 UTC  (2+ messages)

[PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup
 2013-03-18 15:17 UTC  (2+ messages)

[RFC PATCH 0/1] usb: f_rndis: Avoid to use ERROR macro if cdev can be null
 2013-03-18 15:18 UTC  (6+ messages)
` [RFC PATCH 1/1] "

[RFC PATCH 0/3] Perf persistent events
 2013-03-18 15:16 UTC  (3+ messages)

[PATCH] ARM: mach-moxart: platform port for MOXA ART SoC
 2013-03-18 15:03 UTC  (3+ messages)

[PATCH 5/5 v9] iommu/fsl: Freescale PAMU driver and iommu implementation
 2013-03-18 14:59 UTC  (4+ messages)

[PATCH 1/1] For MPC831x the bus probing function needs the fixup to assign addresses to the PCI devices as it was for MPC85xx and MPC86xx. The fixup of the bridge vendor and device ID should be done early in PCI probing. Else the bridge is not detected as FIXUP_HEADER is called too late
 2013-03-18 14:58 UTC  (2+ messages)

[PATCH] net: bluetooth: Use PTR_RET function
 2013-03-18 14:57 UTC  (2+ messages)

alps.c deficiencies
 2013-03-18 14:48 UTC 

[PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup
 2013-03-18 14:56 UTC  (2+ messages)

[PATCH RFC] Support for JIT in Seccomp BPF filters
 2013-03-18 14:50 UTC  (4+ messages)
` [PATCH V2 1/3] seccomp: add generic code for jitted seccomp filters
` [PATCH V2 2/3] ARM: net: bpf_jit: make code generation less dependent on struct sk_filter
` [PATCH V2 3/3] ARM: net: bpf_jit: add support for jitted seccomp filters

[PATCH 00/50] staging: omap-thermal: several code refactoring
 2013-03-18 14:44 UTC  (5+ messages)

[PATCH 1/2] perf: Reset hwc->last_period on sw clock events
 2013-03-18 14:42 UTC  (3+ messages)
` [PATCH 2/2] perf tests: Add a test case for checking sw clock event frequency

+ atomic-improve-atomic_inc_unless_negative-atomic_dec_unless_positive .patch added to -mm tree
 2013-03-17 17:26 UTC  (11+ messages)

[GIT] SELinux xfrm kmalloc fix
 2013-03-18 14:25 UTC 

[PATCH] HID: usbhid: quirk for Realtek Multi-card reader
 2013-03-18 13:55 UTC  (3+ messages)

[PATCH] usb host: Faraday FUSBH200 HCD driver
 2013-03-18 14:16 UTC  (2+ messages)

Linux IPMI subsystem hang
 2013-03-18 14:08 UTC  (3+ messages)

[PATCH 1/1] Add a new platform tree for ib8315. Also add the DTS and the defconfig for that board
 2013-03-18 13:47 UTC 

[PATCH 1/1] The AT24 driver only uses page size of 1 byte if no platform data is provided to the probe function. When this eeprom is detected via open firmware tree in powerpc architecture the correct chip type is given to the probe function. So the driver can extract the page size for optimal performance out of this chip type
 2013-03-18 13:52 UTC 

[PATCH] drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup
 2013-03-18 13:59 UTC  (2+ messages)

[PATCH regression/bisected] Revert "brcmsmac: support 4313iPA"
 2013-03-18 13:58 UTC  (3+ messages)

[PATCH v2] usb: ehci-s5p: Use devm for requesting ehci_vbus_gpio
 2013-03-18 13:48 UTC  (2+ messages)

[PATCH] perf,x86: fix uninitialized pt_regs in intel_pmu_drain_bts_buffer()
 2013-03-18 13:46 UTC 

[PATCH] ARM: dts: add usb 2.0 clock references to exynos5250 device tree
 2013-03-18 13:41 UTC  (3+ messages)

[PATCH v2] perf: fix ring_buffer perf_output_space() boundary calculation
 2013-03-18 13:33 UTC 

[PATCH 0/5] KVM: MMU: fast invalid all mmio sptes
 2013-03-18 13:32 UTC  (12+ messages)
` [PATCH 5/5] "

request line field in the generic slave config structure
 2013-03-18 13:30 UTC  (3+ messages)

[RFC PATCH 0/2] fs: sysfs: Add devres support
 2013-03-18 13:29 UTC  (9+ messages)
        ` [lm-sensors] "


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