linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-12 15:00:51 to 2015-04-13 05:53:16 UTC [more...]

[PATCH V2 0/2] hrtimer: Iterate only over active clock-bases
 2015-04-13  5:53 UTC  (10+ messages)
` [PATCH V2 2/2] "
    ` [PATCH] hrtimer: Replace cpu_base->active_bases with a direct check of the active list

[PATCH] ibmveth: Fix off-by-one error in ibmveth_change_mtu()
 2015-04-13  5:39 UTC 

Invitation and RFC: Linux Plumbers Device Tree track proposed
 2015-04-13  5:13 UTC  (2+ messages)

linux-next: manual merge of the block tree with Linus' tree
 2015-04-13  4:58 UTC 

[PATCH] clk: Show clock rate instead of return value
 2015-04-13  4:56 UTC  (2+ messages)

[PATCH] clk: at91: pll: fix input range validity check
 2015-04-13  4:37 UTC  (2+ messages)

[Bugfix v3] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716
 2015-04-13  4:31 UTC  (6+ messages)

linux-next: build failure after merge of the pm tree
 2015-04-13  4:24 UTC 

clk: clock rates can overflow 32-bit fields
 2015-04-13  4:24 UTC 

[PATCH 3.4 000/176] 3.4.107-rc1 review
 2015-04-13  4:19 UTC  (4+ messages)

[PATCH V3 0/6] i2c: qup: Add support for v2 tags and bam dma
 2015-04-13  4:14 UTC  (4+ messages)
` [PATCH V3 5/6] dts: msm8974: Add blsp2_bam dma node

[PATCH] crypto: arm: workaround for building with old binutils
 2015-04-13  4:12 UTC  (2+ messages)

[PATCH] usb: chipidea: Use extcon framework for VBUS and ID detection
 2015-04-13  3:53 UTC  (2+ messages)

[PATCH v6 0/6] Add common clock support for Broadcom iProc architecture
 2015-04-13  4:08 UTC  (4+ messages)
` [PATCH v6 1/6] clk: iproc: define Broadcom iProc clock binding

[PATCH] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC
 2015-04-13  4:02 UTC  (3+ messages)

linux-next: build warning after merge of the vfs tree
 2015-04-13  4:00 UTC 

smp_call_function_single lockups
 2015-04-13  3:56 UTC  (11+ messages)
      ` [PATCH] smp/call: Detect stuck CSD locks

[PATCH 00/31] ACPICA: 20150410 Release
 2015-04-13  3:51 UTC  (32+ messages)
` [PATCH 01/31] ACPICA: Linuxize: Reduce divergences for 20150410 release
` [PATCH 02/31] ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address
` [PATCH 03/31] ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset
` [PATCH 04/31] ACPICA: Executer: Cleanup to remove an unnecessary conversion
` [PATCH 05/31] ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR()
` [PATCH 06/31] ACPICA: Utilities: Cleanup to convert physical address printing formats
` [PATCH 07/31] ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers
` [PATCH 08/31] ACPICA: Utilities: split IO address types from data type models
` [PATCH 09/31] ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table()
` [PATCH 10/31] ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event
` [PATCH 11/31] ACPICA: Applications: Remove use of __DATE__ macro
` [PATCH 12/31] ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push()
` [PATCH 13/31] ACPICA: Tables: Move an iasl specific table function to iasl source file
` [PATCH 14/31] ACPICA: Utilities: Correct conditional compilation definitions
` [PATCH 15/31] ACPICA: Resources: "
` [PATCH 16/31] ACPICA: Casting changes around acpi_physical_address/acpi_size
` [PATCH 17/31] ACPICA: Fix a sscanf format string
` [PATCH 18/31] ACPICA: Update Resource descriptor dump module
` [PATCH 19/31] ACPICA: Update AML Debugger global variables
` [PATCH 20/31] ACPICA: iASL/Disassembler: Add option to assume table contains valid AML
` [PATCH 21/31] ACPICA: iASL: Enhancement for constant folding
` [PATCH 22/31] ACPICA: Add infrastructure for External() opcode
` [PATCH 23/31] ACPICA: Add "Windows 2015" string to _OSI support
` [PATCH 24/31] ACPICA: Permanently set _REV to the value '2'
` [PATCH 25/31] ACPICA: Remove unused internal AML opcode
` [PATCH 26/31] ACPICA: Add "//" before ascii output of buffers
` [PATCH 27/31] ACPICA: Update for SLIC ACPI table
` [PATCH 28/31] ACPICA: iASL: Add support for MSDM "
` [PATCH 29/31] ACPICA: Disassembler: Some cleanup of the table dump module
` [PATCH 30/31] ACPICA: Fix a couple issues with the local printf module
` [PATCH 31/31] ACPICA: Update version to 20150410

[added to the 3.18 stable tree] net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}
 2015-04-13  3:50 UTC 

[PATCH] pinctrl: bcm2835: Fix support for threaded level triggered IRQs
 2015-04-13  3:48 UTC  (3+ messages)

linux-next: manual merge of the powerpc-mpe tree with the powerpc tree
 2015-04-13  3:30 UTC 

linux-next: manual merge of the powerpc-mpe tree with the powerpc tree
 2015-04-13  3:27 UTC 

linux-next: build failure after merge of the v4l-dvb tree
 2015-04-13  3:05 UTC  (3+ messages)

improve futex on -RT by avoiding the double wake-up
 2015-04-13  3:02 UTC  (5+ messages)
` [PATCH 2/3] futex: avoid double wake up in futex_wake() on -RT
    ` [PATCH 2/3 v2] "

[PATCH] mfd: fix rt5033 build, needs to select REGMAP_IRQ
 2015-04-13  2:40 UTC 

[PATCH V5 0/7] x86/intel_rdt: Intel Cache Allocation Technology
 2015-04-13  2:36 UTC  (4+ messages)
` [PATCH 3/7] x86/intel_rdt: Support cache bit mask for Intel CAT

[PATCH RESEND] firmware: Update information in linux.git about adding firmware
 2015-04-13  2:20 UTC 

linux-next: manual merge of the vfs tree with the xfs tree
 2015-04-13  2:12 UTC  (2+ messages)

[PATCH 1/1] Change version references in README from 3.x to 4.x
 2015-04-13  2:03 UTC  (2+ messages)

linux-next: manual merge of the vfs tree with the f2fs tree
 2015-04-13  1:53 UTC 

linux-next: manual merge of the vfs tree with the ext4 tree
 2015-04-13  1:48 UTC 

[PATCH v3] kvm: mmu: lazy collapse small sptes into large sptes
 2015-04-13  1:45 UTC  (3+ messages)

linux-next: manual merge of the vfs tree with the ext4 tree
 2015-04-13  1:43 UTC 

[PATCH] add generic callbacks into compaction
 2015-04-13  1:39 UTC  (3+ messages)

[RFC PATCH RESEND] vfs: Move security_inode_killpriv() after permission checks
 2015-04-13  1:39 UTC  (3+ messages)

linux-next: manual merge of the vfs tree with the btrfs tree
 2015-04-13  1:37 UTC 

[PATCH] of/fdt: fix argument name and add comments of unflatten_dt_node()
 2015-04-13  1:30 UTC 

[PATCH] ACPI / HOTPLUG: fix device->physical_node_lock deadlock
 2015-04-13  1:28 UTC  (5+ messages)
    ` [PATCH] ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()

[PATCH] scripts/kconfig/Makefile: Fix spelling of Qt
 2015-04-13  1:24 UTC  (3+ messages)

[PATCH] ARM: print cma-reserved pages from show_mem
 2015-04-13  1:21 UTC  (12+ messages)

Regression caused by using node_to_bdi()
 2015-04-13  1:20 UTC  (4+ messages)

[PATCH net-next 3/5] selinux/nlmsg: add XFRM_MSG_NEWSPDINFO
 2015-04-13  1:20 UTC  (3+ messages)
` [PATCH net-next 0/3] selinux: add missing xfrm nl cmd

[PATCH 1/2] kconfig: Print full defined and depends for multiply-defined symbols
 2015-04-13  1:06 UTC  (10+ messages)

[PATCH] ASoC: Intel: fix ifnullfree.cocci warnings
 2015-04-13  1:03 UTC  (2+ messages)
  ` [alsa-devel] "

[PATCH] Use -mcount-record for dynamic ftrace
 2015-04-13  0:54 UTC 

[PATCH] net/phy: tune get_phy_c45_ids to support more c45 phy
 2015-04-13  0:42 UTC  (2+ messages)

[PATCH RESEND] firmware: iSCSI: Remove unneeded #ifdef and associated dead code
 2015-04-13  0:39 UTC  (2+ messages)

[PATCH v6 0/4] perf: add support for profiling jitted code
 2015-04-13  0:37 UTC  (7+ messages)
` [PATCH v6 3/4] perf inject: add jitdump mmap injection support

[linux-next PATCH] mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architectures
 2015-04-13  0:33 UTC  (3+ messages)

[PATCH 4/4] Input: elan_i2c - Add pressure normalization
 2015-04-12 23:51 UTC  (3+ messages)

[PATCH] sparc: Fix execution domain removal
 2015-04-12 23:50 UTC  (2+ messages)

Propagating clock rate constraints
 2015-04-12 23:50 UTC  (2+ messages)

Linux 4.0 released
 2015-04-12 23:47 UTC 

[PATCH 2/2] locking/rwsem: Use a return variable in rwsem_spin_on_owner()
 2015-04-12 23:44 UTC  (18+ messages)
        ` [PATCH] mutex: Speed up mutex_spin_on_owner() by not taking the RCU lock
            ` [PATCH] uaccess: Add __copy_from_kernel_inatomic() primitive
              ` [PATCH] x86/uaccess: Implement get_kernel()
                ` [PATCH] mutex: Improve mutex_spin_on_owner() code generation
                  ` [PATCH] x86: Align jump targets to 1 byte boundaries
                    ` [PATCH] x86: Turn off GCC branch probability heuristics

linux-next: build failure after merge of the omap tree
 2015-04-12 23:18 UTC  (2+ messages)

[GIT PULL REQUEST] md fixes for late 4.0-rc
 2015-04-12 23:20 UTC 

ACPI events broken on non-SMP since 3.16
 2015-04-12 23:30 UTC  (4+ messages)
` [PATCH] x86/ACPI: Fix regression caused by 16ee7b3dcc56 & c50f13c672df7

Remove execution domain support
 2015-04-12 22:57 UTC  (7+ messages)
` Remove execution domain support v2

[PATCH 4.0 REGRESSION FIX 0/1] alps: Fix left touchpad button getting stuck
 2015-04-12 23:00 UTC  (4+ messages)
` [PATCH 4.0 REGRESSION FIX] alps: Fix left touchpad button getting stuck when using it with trackpoint

[PATCH 1/5 v4] netlink: Fix portid type in netlink_notify
 2015-04-12 22:52 UTC  (5+ messages)
` [PATCH 2/5 v4] nfc: Fix portid type in urelease_work
` [PATCH 3/5 v4] netfilter: Fix portid types
` [PATCH 4/5 v4] netfilter: Fix format string of nfnetlink_queue proc file
` [PATCH 5/5 v4] netfilter: Fix format string of nfnetlink_log "

[next:master 9498/10844] drivers/input/mouse/alps.c:1096:15: sparse: symbol 'alps_get_pkt_id_ss4_v2' was not declared. Should it be static?
 2015-04-12 22:53 UTC  (4+ messages)
` [PATCH next] Input: alps_get_pkt_id_ss4_v2() can be static

Linux 4.0 released
 2015-04-12 22:49 UTC  (2+ messages)

[PATCH] x86/power/hibernate: Use local labels in asm
 2015-04-12 23:06 UTC  (2+ messages)

[PATCHv7 0/2] INPUT: Route keyboard LEDs through the generic LEDs layer
 2015-04-12 22:16 UTC  (4+ messages)

[PATCH] Input: Fix multitouch support for Type Cover 3
 2015-04-12 22:04 UTC  (3+ messages)

[PATCH v2 0/1] drop uses of some OBD alloc and free functions
 2015-04-12 21:34 UTC  (2+ messages)
` [PATCH v2 1/1] staging: lustre: "

UBI: Bitrot checking
 2015-04-12 21:42 UTC  (23+ messages)
` [PATCH 4/4] UBI: Implement bitrot checking
          ` [PATCH 4/4] UBI: Implement bitrot checking (linux-mtd Digest, Vol 145, Issue 24)

[PATCH 0/3 V2] time: use __builtin_constant_p() in msecs_to_jiffies
 2015-04-12 21:35 UTC  (3+ messages)
` [PATCH 1/3 V2] time: move timeconst.h into include/generated

[PATCH RFC] net/mlx4: Remove improper usage of dma_alloc_coherent()
 2015-04-12 21:33 UTC  (3+ messages)

security problem with seccomp-filter
 2015-04-12 21:33 UTC  (4+ messages)

[PATCH] drop uses of some OBD alloc and free functions
 2015-04-12 21:19 UTC  (2+ messages)
` [PATCH] staging: lustre: "

[PATCH] staging: lustre: llite: drop uses of OBD free functions
 2015-04-12 20:55 UTC 

[PATCH 1/1] ARM: dts: Make DP a consumer of DISP1 power domain on Exynos5420
 2015-04-12 20:30 UTC 

[PATCH] of/flattree: print memory scan node results in CPU endian
 2015-04-12 20:16 UTC  (2+ messages)
` [PATCH] of/fdt: Remove "reg" data prints from early_init_dt_scan_memory

[PATCH 0/7] ARM: dts: Refactor Exynos5 boards for phandle notation
 2015-04-12 20:07 UTC  (2+ messages)

Fwd: Re: [PATCH 2/2] ARM: mvebu: dts: Add dts file for DLink DNS-327L
 2015-04-12 19:47 UTC  (6+ messages)

Two other ways to do latched seqcounts
 2015-04-12 19:36 UTC 

[PATCH] mtd: Add simple read disturb test
 2015-04-12 19:31 UTC  (4+ messages)

[PATCH v6 1/2] smpboot: allow excluding cpus from the smpboot threads
 2015-04-12 19:14 UTC  (5+ messages)
` [PATCH] "

[PATCH] Fix pointer cast for 32 bits arch
 2015-04-12 19:06 UTC  (6+ messages)

[PATCH] blackfin: Wire up missing syscalls
 2015-04-12 18:46 UTC  (2+ messages)

[PATCH 1/2] x86: Merge common 32-bit values in asm-offsets.c
 2015-04-12 18:43 UTC  (4+ messages)
` [PATCH 2/2] x86: Remove unused TI_cpu

[PATCH 0/2] fs: make pipe/splice fcntl safe
 2015-04-12 17:52 UTC  (5+ messages)
` [PATCH 1/2] pipe: fix race with fcntl
` [PATCH 2/2] splice: fix race beween splice_write vs fcntl

[PATCH] mac80211: Move message tracepoints to their own header
 2015-04-12 17:37 UTC  (6+ messages)
    ` [PATCH] iwlwifi: Move each system "

[tip:perf/core] perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init()
 2015-04-12 17:27 UTC 

[PATCH 4/4] perf/x86_64: get_regs_user: Report regs_user->ax too
 2015-04-12 17:26 UTC  (2+ messages)
` [tip:x86/asm] perf/x86/64: Report regs_user-> ax too in get_regs_user()

[PATCH 3/4] perf/x86_64: get_regs_user: Simplify regs_user->abi setting code
 2015-04-12 17:26 UTC  (2+ messages)
` [tip:x86/asm] perf/x86/64: Simplify regs_user-> abi setting code in get_regs_user()

[PATCH 2/4] perf/x86_64: get_regs_user: Do report user_regs->cx while we are in syscall
 2015-04-12 17:26 UTC  (2+ messages)
` [tip:x86/asm] perf/x86/64: Do report user_regs-> cx while we are in syscall, in get_regs_user()

[PATCH 1/4] perf/x86_64: get_regs_user: Do not guess user_regs->cs,ss,sp
 2015-04-12 17:26 UTC  (2+ messages)
` [tip:x86/asm] perf/x86/64: Do not guess user_regs->cs, ss, sp in get_regs_user()

[PATCH] x86/asm/entry/32: tidy up JNZ insns after TESTs
 2015-04-12 17:25 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry/32: Tidy up JNZ instructions "

[PATCH V2] rtlwifi: misspelled code and comments corrected
 2015-04-12 16:59 UTC 

[PATCH] staging: rtl8192u: Make core functions static
 2015-04-12 16:42 UTC 

[PATCH v2] drivers/tty/nozomi.c: rename CONFIG_MAGIC
 2015-04-12 16:35 UTC 

[PATCH] rtlwifi: misspelled code and comments corrected
 2015-04-12 16:26 UTC  (2+ messages)

[PATCH] drivers/tty/nozomi.c: rename CONFIG_MAGIC
 2015-04-12 16:25 UTC  (3+ messages)

[PATCH v2] drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE
 2015-04-12 16:20 UTC  (2+ messages)

[PATCH v3 01/11] powerpc/8xx: remove remaining unnecessary code in FixupDAR
 2015-04-12 16:16 UTC  (3+ messages)
` [v3, "

[PATCH] serial: 8250: remove Kconfig indirection
 2015-04-12 16:13 UTC  (2+ messages)

[PATCH v2] iio/axp288_adc: add missing channel info mask
 2015-04-12 16:11 UTC  (7+ messages)

[PATCH] drivers/tty/serial/mpc52xx_uart.c: fix typo in C comment
 2015-04-12 16:07 UTC  (2+ messages)

[PATCH] drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6
 2015-04-12 16:05 UTC  (2+ messages)

[PATCH] perf: Ensure symbols for plugins are exported
 2015-04-12 16:00 UTC 

[PATCH] drivers/tty/serial/mcf.c: fix typo on MCF_CONSOLE
 2015-04-12 16:00 UTC  (3+ messages)

[PATCH v3 0/3] Add initial configfs support for IIO
 2015-04-12 15:59 UTC  (17+ messages)
` [PATCH v3 1/3] iio: configfs: Add configfs support to IIO
` [PATCH v3 2/3] iio: trigger: Add support for highres timer trigger type

[PATCH] serial: bfin: ctsrts: enfore Kconfig naming convention
 2015-04-12 15:54 UTC 

[PATCH v3 0/6] virtio_balloon: virtio 1 support
 2015-04-12 15:02 UTC  (2+ messages)

[PATCH] xtensa: Fix execdomain removal
 2015-04-12 15:00 UTC  (3+ messages)


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