linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-03 02:04:27 to 2014-12-03 09:11:41 UTC [more...]

[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
 2014-12-03  9:10 UTC  (7+ messages)
                                ` [PATCH 0/2] ALSA: ctxfi: Delete an unnecessary check before kfree()
                                ` [PATCH] ALSA: i2sbus: Deletion of unnecessary checks before the function call "release_and_free_resource"
                                ` [PATCH] ARM: DaVinci: Deletion of an unnecessary check before the function call "__clk_disable"
                                  `  "

[PATCH] i8k: Add support for temperature sensor labels
 2014-12-03  9:09 UTC  (7+ messages)

[PATCH net-next] r8152: reduce memory copy for rx
 2014-12-03  9:09 UTC  (5+ messages)

[PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
 2014-12-03  9:06 UTC  (3+ messages)

[PATCH] Documentation: describe trace_buf_size parameter more accurately
 2014-12-03  9:06 UTC  (2+ messages)

(no subject)
 2014-12-03  9:06 UTC 

Out-of-bounds access in __do_proc_doulongvec_minmax
 2014-12-03  9:04 UTC 

syscall: introduce sendfd() syscall (v.2)
 2014-12-03  9:00 UTC  (2+ messages)
` [PATCH] "

[PATCH v9 0/8] Add Skyworks SKY81452 device drivers
 2014-12-03  8:48 UTC  (10+ messages)
` [PATCH v9 2/8] backlight: Add support Skyworks SKY81452 backlight driver
` [PATCH v9 3/8] devicetree: mfd: Add new SKY81452 mfd binding

[PATCH 0/3] tracing: Add event filter logic for !(...)
 2014-12-03  8:40 UTC  (6+ messages)
` [PATCH 1/3] tracing: Add NOT to filtering logic
` [PATCH 2/3] tracing: Allow NOT to filter AND and OR clauses
` [PATCH 3/3] ftracetests: Add test to test event filter logic

[PATCH v2 2/8] mfd: MT6397: Add support for PMIC MT6397 MFD
 2014-12-03  8:40 UTC  (2+ messages)

[PATCH v3] ARM: zynq: DT: Add USB to device tree
 2014-12-03  8:39 UTC  (2+ messages)

[PATCH] bpf: arm64: lift restriction on last instruction
 2014-12-03  8:38 UTC 

linux-next: manual merge of the driver-core tree with the net-next tree
 2014-12-03  8:36 UTC  (3+ messages)

[PATCH RFC v2 00/12] soc: samsung: Modify and enhance power domain driver
 2014-12-03  8:36 UTC  (7+ messages)
` [PATCH RFC v2 01/12] arm: exynos: Add platform driver support for "
  ` [PATCH RFC v2 08/12] soc: samsung: pm_domain: Add support for parent power domain

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2014-12-03  8:28 UTC  (3+ messages)

[PATCH v4 0/2] Introducing Exynos ChipId driver
 2014-12-03  8:17 UTC  (3+ messages)
` [PATCH v4 1/2] soc: samsung: add exynos chipid driver support
` [PATCH v4 2/2] ARM: EXYNOS: refactoring of mach-exynos to enable chipid driver

[PATCH] Staging: line6: fix parentheses around macro in usbdefs.h
 2014-12-03  8:22 UTC 

[PATCH] drivers: char: mem: Make /dev/mem an optional device
 2014-12-03  8:21 UTC 

Minimal effort/low overhead file descriptor duplication over Posix.1b s
 2014-12-03  8:17 UTC  (16+ messages)
` [PATCH 1/2] fs: introduce sendfd() syscall

[ANNOUNCE] BFS CPU scheduler v0.450 with SMT nice support for linux-3.16
 2014-12-03  8:12 UTC 

[PATCH 0/8] perf buildid-cache: Add clean command
 2014-12-03  8:13 UTC  (5+ messages)

[PATCH 00/12] ARM: vf610m4: Add Vybrid Cortex-M4 support
 2014-12-03  8:12 UTC  (3+ messages)
` [PATCH 05/12] irqchip: nvic: increase number of external interrupts to 112

[PATCHv3 0/3] Kernel Live Patching
 2014-12-03  8:09 UTC  (9+ messages)
` [PATCHv3 2/3] kernel: add support for live patching
              `  "

What's the concern about setting irq thread's policy as SCHED_FIFO
 2014-12-03  8:06 UTC 

[PATCH] KVM: cpuid: mask more bits in leaf 0xd and subleaves
 2014-12-03  8:04 UTC  (3+ messages)

[v2 00/25] Add VT-d Posted-Interrupts support
 2014-12-03  7:39 UTC  (26+ messages)
` [v2 01/25] genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
` [v2 02/25] iommu: Add new member capability to struct irq_remap_ops
` [v2 03/25] iommu, x86: Define new irte structure for VT-d Posted-Interrupts
` [v2 04/25] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
` [v2 05/25] x86, irq: Implement irq_set_vcpu_affinity for pci_msi_ir_controller
` [v2 06/25] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
` [v2 07/25] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
` [v2 08/25] iommu, x86: Add intel_irq_remapping_capability() for Intel
` [v2 09/25] iommu, x86: define irq_remapping_cap()
` [v2 10/25] KVM: change struct pi_desc for VT-d Posted-Interrupts
` [v2 11/25] KVM: Add some helper functions for Posted-Interrupts
` [v2 12/25] KVM: Initialize VT-d Posted-Interrupts Descriptor
` [v2 13/25] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI
` [v2 14/25] KVM: Get Posted-Interrupts descriptor address from struct kvm_vcpu
` [v2 15/25] KVM: Make struct kvm_irq_routing_table accessible
` [v2 16/25] KVM: make kvm_set_msi_irq() public
` [v2 17/25] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
` [v2 18/25] KVM: kvm-vfio: implement the VFIO skeleton "
` [v2 19/25] KVM: x86: kvm-vfio: VT-d posted-interrupts setup
` [v2 20/25] x86, irq: Define a global vector for VT-d Posted-Interrupts
` [v2 21/25] KVM: Update Posted-Interrupts descriptor during vCPU scheduling
` [v2 22/25] KVM: Change NDST field after "
` [v2 23/25] KVM: Add the handler for Wake-up Vector
` [v2 24/25] KVM: Suppress posted-interrupt when 'SN' is set
` [v2 25/25] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[PATCH v2 0/6] support GMAC driver for RK3288
 2014-12-03  7:57 UTC  (4+ messages)
` [PATCH v2 1/6] GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC

[PATCH v5 0/2] Add regulator-haptic driver
 2014-12-03  7:55 UTC  (3+ messages)
` [PATCH v5 1/2] Input: add regulator haptic driver
` [PATCH v5 2/2] ARM: dts: Add haptics node for exynos3250-rinato

[PATCH 1/3] mm/compaction: enhance trace output to know more about compaction internals
 2014-12-03  7:52 UTC  (3+ messages)
` [PATCH 2/3] mm/compaction: add more trace to understand compaction start/finish condition
` [PATCH 3/3] mm/compaction: add tracepoint to observe behaviour of compaction defer

[PATCH] i2c-hid / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03  7:31 UTC  (2+ messages)

[PATCH] mtd: phram: Allow multiple phram devices on cmd line
 2014-12-03  7:27 UTC  (3+ messages)
  ` [PATCH V3] "

[PATCH v3 net-net 0/2] Increase the limit of tuntap queues
 2014-12-03  7:19 UTC  (3+ messages)
` [PATCH v3 net-next 1/2] net: allow large number of rx queues
` [PATCH v3 net-next 2/2 tuntap: Increase the number of queues in tun

[PATCH 0/2] rockchip: i2s: patches to add optional clock output from
 2014-12-03  7:18 UTC  (8+ messages)
` [PATCH 2/2] ASoC: rockchip: i2s: add support for grabbing output clock to codec
` [PATCH v2 0/2] ASoC: rockchip: i2s: driver could output "i2s-clk-out" optionally
  ` [PATCH v2 1/2] ASoC: dt-bindings: rockchip-i2s: add an optional property "i2s_clk_out"
  ` [PATCH v2 2/2] ASoC: rockchip: i2s: add support for grabbing output clock to codec

[PATCH v10 0/6] Add Skyworks SKY81452 device drivers
 2014-12-03  7:13 UTC  (8+ messages)
` [PATCH v10 1/6] mfd: Add support for Skyworks SKY81452 driver
` [PATCH v10 2/6] backlight: Add support Skyworks SKY81452 backlight driver
` [PATCH v10 3/6] devicetree: mfd: Add new SKY81452 mfd binding
` [PATCH v10 4/6] devicetree: backlight: Add new SKY81452 backlight binding
` [PATCH v10 5/6] devicetree: Add vendor prefix for Skyworks Solutions, Inc
` [PATCH v10 6/6] devicetree: i2c: Add SKY81452 to the Trivial Devices list

linux-next: manual merge of the devicetree tree with the regulator tree
 2014-12-03  7:02 UTC  (2+ messages)

linux-next: manual merge of the driver-core tree with the omap_dss2 tree
 2014-12-03  7:01 UTC 

[PATCH] sound: pci: azt3328.c: Cleaning up function that are not used anywhere
 2014-12-03  6:58 UTC  (2+ messages)

[PATCH] kconfig: fix a misspelling in scripts/kconfig/merge_config.sh
 2014-12-03  6:55 UTC 

[PATCH] sound: pci: cmipci.c: Cleaning up function that are not used anywhere
 2014-12-03  6:55 UTC  (2+ messages)

[PATCH] kbuild: fix scripts/headers.sh to see the correct Kbuild path
 2014-12-03  6:52 UTC 

[PATCH V6 1/9] elf: Add new powerpc specifc core note sections
 2014-12-03  6:48 UTC  (3+ messages)
` [V6,1/9] "

[PATCH] kbuild: update headers_install.txt document
 2014-12-03  6:45 UTC 

[PATCH net-next] virtio-net: don't do header check for dodgy gso packets
 2014-12-03  6:40 UTC 

[PATCH v2 net] bpf: x86: fix epilogue generation for eBPF programs
 2014-12-03  6:38 UTC  (2+ messages)

[PATCHv3 1/1] thermal: cpu_cooling: check for the readiness of cpufreq layer
 2014-12-03  6:30 UTC  (2+ messages)

[PATCH v4 0/2] Add regulator-haptic driver
 2014-12-03  6:29 UTC  (4+ messages)
` [PATCH v4 1/2] Input: add regulator haptic driver

[PATCH v2] staging: rt8192u: fix sparse warnings in r8192U_core.c
 2014-12-03  6:30 UTC 

[PATCH v11 0/7] ARM: kprobes: OPTPROBES and other improvements
 2014-12-03  6:27 UTC  (10+ messages)
` [PATCH v11 1/7] ARM: probes: move all probe code to dedicate directory
      `  "
` [PATCH v11 7/7] ARM: kprobes: enable OPTPROBES for ARM 32

[Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue
 2014-12-03  6:23 UTC  (5+ messages)

[PATCH v5 0/6]: Make 24x7 and GPCI events available in sysfs
 2014-12-03  6:18 UTC  (7+ messages)
` [PATCH v5 1/6] perf: provide sysfs_show for struct perf_pmu_events_attr
` [PATCH v5 3/6] powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
` [PATCH v5 4/6] powerpc/perf/{hv-gpci, hv-common}: generate requests with counters annotated
` [PATCH v5 5/6] powerpc/perf/hv-gpci: add the remaining gpci requests
` [PATCH v5 6/6] powerpc/perf/hv-24x7: Document sysfs event description entries

[PATCH] Staging: slicoss: Fix long line issues in slicoss.c
 2014-12-03  6:08 UTC  (2+ messages)

[RESEND PATCH] ima: Fix build failure on powerpc when TCG_IBMVTPM dependencies are not met
 2014-12-03  6:04 UTC 

frequent lockups in 3.18rc4
 2014-12-03  6:02 UTC  (27+ messages)

[PATCH] Staging: ft1000: fix spaces around operators in ft1000_debug.c
 2014-12-03  6:01 UTC  (2+ messages)

[RESEND PATCHv2] Add SNVS clock support to rtc-snvs driver
 2014-12-03  5:58 UTC  (2+ messages)
` [RESEND PATCHv2] drivers/rtc/rtc-snvs: Add clock support

linux-next: build failure after merge of the usb tree
 2014-12-03  5:57 UTC  (3+ messages)

[PATCH] input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03  5:54 UTC  (2+ messages)

[PATCH] staging: rt8192u: fix sparse warnings in r8192U_core.c
 2014-12-03  5:54 UTC  (2+ messages)

Incorrect Key Values in the array atakbd_keycode in atakdb.c
 2014-12-03  5:52 UTC 

[PATCH 0/2] fix some problems for cpufreq
 2014-12-03  5:49 UTC  (7+ messages)

[PATCH V6 0/9] Add new powerpc specific ELF core notes
 2014-12-03  5:46 UTC  (4+ messages)
` [PATCH V6 9/9] selftests: Make GIT ignore all binaries in powerpc test suite

[PATCHv5 0/7] phy: simplified phy lookup
 2014-12-03  5:41 UTC  (3+ messages)
` [PATCHv5 4/7] arm: omap3: twl: remove usb phy init data
  ` [PATCH] "

[PATCH 0/2] toshiba_acpi: Hotkeys and event handling changes
 2014-12-03  5:36 UTC  (3+ messages)
` [PATCH 1/2] toshiba_acpi: Move hotkey enabling code to own function
` [PATCH 2/2] toshiba_acpi: Change notify funtion to handle more events

[PATCH] soc: samsung: pmu: split up SoC specific PMU data
 2014-12-03  5:34 UTC  (2+ messages)

[PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver
 2014-12-03  0:03 UTC  (2+ messages)

[PATCH] i8042: prevent the loading of the i8042 driver on Intel NUC D54250WYK
 2014-12-02 23:22 UTC  (2+ messages)

[PATCH v2] Drivers: input: mousedev.c: Fixed trailing statement on the next line
 2014-12-02 23:04 UTC  (2+ messages)

[PATCH 1/1] Staging: ft1000: fix whitespace and brace coding style issues
 2014-12-03  5:14 UTC  (2+ messages)

[PATCH] i2c: rk3x: fix bug that cause measured high_ns doesn't meet I2C spec
 2014-12-03  5:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout
 2014-12-03  5:08 UTC  (3+ messages)
` [PATCH v3] mmc: dw_mmc: add quirk for broken data transfer over scheme

perf: attr backwards compatability issues
 2014-12-03  4:56 UTC 

[PATCH] xen: privcmd: schedule() after private hypercall when non CONFIG_PREEMPT
 2014-12-03  4:37 UTC  (12+ messages)
            ` [Xen-devel] "

[GIT] Networking
 2014-12-03  4:39 UTC 

[PATCH] hwrandom / exynos / PM: Use CONFIG_PM in #ifdef
 2014-12-03  4:14 UTC  (2+ messages)

linux-next: manual merge of the trivial tree with the pm tree
 2014-12-03  4:13 UTC  (2+ messages)

[PATCH 0/3] Fix kdump failures with crashkernel=high
 2014-12-03  4:01 UTC  (2+ messages)

[PATCH] staging: rt8192u: fix sparse warnings in r8192U_core.c
 2014-12-03  3:51 UTC  (2+ messages)

[PATCH] BUG: sleeping function called from invalid context (arm CONFIG_PREEMPT_RT_FULL )
 2014-12-03  3:46 UTC 

[PATCH v5] selftest: size: Add size test for Linux kernel
 2014-12-03  3:43 UTC  (2+ messages)

[PATCH v3 0/5] ARM64: Add kernel probes(Kprobes) support
 2014-12-03  3:36 UTC  (11+ messages)
          `  "
              `  "

[PATCH v4] selftest: size: Add size test for Linux kernel
 2014-12-03  3:31 UTC  (3+ messages)

[PATCH] Revert "MIPS: Remove race window in page fault handling"
 2014-12-03  3:25 UTC 

[PATCH] xen-netfront: Remove BUGs on paged skb data which crosses a page boundary
 2014-12-03  3:25 UTC  (2+ messages)

linux-next Problems with VPN tunnel - no packets sent
 2014-12-03  3:12 UTC  (2+ messages)

[PATCHv11 net-next 1/2] openvswitch: Refactor ovs_nla_fill_match()
 2014-12-03  2:56 UTC  (2+ messages)
` [PATCHv11 net-next 2/2] openvswitch: Add support for unique flow IDs

linux-next: manual merge of the drm-misc tree with the drm tree
 2014-12-03  2:43 UTC 

[LKP] [sched] WARNING: CPU: 0 PID: 13608 at kernel/sched/core.c:7323 __might_sleep+0xbd/0xd0()
 2014-12-03  2:40 UTC 

[RESEND PATCH 2/3] mtd: move the enum definition out of struct mtdblk_dev
 2014-12-03  2:20 UTC  (2+ messages)
` [RESEND PATCH 3/3] mtd/mtdblock: introduce helper macro blktrans_dev_to_mtdblk to wrap the conversion (mtd_blktrans_dev to mtdblk_dev)

[RESEND PATCH 1/3] mtd:mtdblock: remove the needless mtdblks_lock
 2014-12-03  2:19 UTC 

[PATCH] block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03  2:34 UTC  (2+ messages)

[PATCH] Staging: rtl8712: Fixes brace coding style in rtl871x_sta_mgt.c
 2014-12-03  2:34 UTC 

[PATCH] gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
 2014-12-03  2:33 UTC  (2+ messages)

[LKP] [drm/fb] f5ef139cbe5: *ERROR* not all connectors configured
 2014-12-03  2:31 UTC 

[PATCH v8 0/8] TPM 2.0 support
 2014-12-03  2:28 UTC  (4+ messages)
` [PATCH v8 6/8] tpm: TPM 2.0 baseline support
  ` [tpmdd-devel] "

[PATCHv4 0/3] Enable Quark X1000 support in gpio-sch
 2014-12-03  2:26 UTC  (4+ messages)
` [PATCHv4 3/3] gpio: sch: Enable IRQ support for Quark X1000

[PATCH v3 0/3] of: support passing console options with stdout-path
 2014-12-03  2:24 UTC  (3+ messages)
` [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

vzalloc과 kzalloc의 성능 차이
 2014-12-03  2:20 UTC 

[PATCH v5 0/4] Add support for parametrized events
 2014-12-03  2:09 UTC  (5+ messages)
` [PATCH v5 1/4] tools/perf: support parsing parameterized events
` [PATCH v5 2/4] tools/perf: extend format_alias() to include event parameters
` [PATCH v5 3/4] perf Documentation: add "
` [PATCH v5 4/4] tools/perf: Document parameterized and symbolic events


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).