public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-22 11:02:36 to 2014-07-22 13:54:37 UTC [more...]

[PATCH 4/4] aio: use iovec array rather than the single one
 2014-07-22 13:54 UTC  (3+ messages)
` [PATCH 1/4] aio: remove the needless registration of ring file's private_data
  ` [PATCH 2/4] aio: use the macro rather than the inline magic number

[PATCH] scripts: coccinelle: kfree with TRACE_RET before ref is ok (resent)
 2014-07-22 13:51 UTC  (2+ messages)

[PATCH 0/5] Input - wacom: battery enhancements and unifying hid-wacom and wacom
 2014-07-22 13:49 UTC  (3+ messages)

[PATCH 00/19] mfd: Fix checkpatch errors
 2014-07-22 13:48 UTC  (29+ messages)
` [PATCH 01/19] mfd: max77686: Fix 'line over 80 chars' warning
` [PATCH 02/19] mfd: max8925-i2c: Fix 'blank line after declarations' warning
` [PATCH 03/19] mfd: tps80031: Fix 'missing break or fall-through comment' warning
` [PATCH 04/19] mfd: mcp-core: Fix 'blank line after declarations' warning
` [PATCH 05/19] mfd: wm8350-irq: Fix 'line over 80 chars' warning
` [PATCH 06/19] mfd: dm355evm_msp: Fix checkpatch error: insert space after ','
` [PATCH 07/19] mfd: sec-core: Fix 'missing blank line after declarations' warning
` [PATCH 08/19] mfd: twl6040: Fix 'insert space after ','', error
` [PATCH 09/19] mfd: ezx-pcap: Repair coding style errors picked up with checkpatch
` [PATCH 10/19] mfd: lp8788-irq: Fix 'missing blank line after declarations' warning
` [PATCH 11/19] mfd: twl4030-irq: Fix style warnings relating to pr_warn() and sizeof()
` [PATCH 12/19] mfd: max8925-core: Fix 'missing blank line after declarations' warning
` [PATCH 13/19] mfd: wm8350-i2c: Replace spaces with tabs
` [PATCH 14/19] mfd: twl6030-irq: Extinguish coding style warnings
` [PATCH 15/19] mfd: tc6387xb: Remove unnecessary braces and correct "
` [PATCH 16/19] mfd: si476x-cmd: Remedy checkpatch style complains
` [PATCH 17/19] mfd: ipaq-micro: Fix coding style errors/warnings reported by checkpatch
` [PATCH 18/19] mfd: kempld-core: Correct a variety of checkpatch warnings
` [PATCH 19/19] mfd: wm8997-tables: Suppress 'line over 80 chars' warnings

[PATCH 00/17] Convert TTM to the new fence interface
 2014-07-22 13:45 UTC  (11+ messages)
` [PATCH 09/17] drm/radeon: use common fence implementation for fences
            ` [Nouveau] "

[PATCH RESEND 0/5] mm, shmem: Enhance per-process accounting of shared memory
 2014-07-22 13:43 UTC  (6+ messages)
` [PATCH 1/5] mm, shmem: Add shmem resident memory accounting
` [PATCH 2/5] mm, shmem: Add shmem_locate function
` [PATCH 3/5] mm, shmem: Add shmem_vma() helper
` [PATCH 4/5] mm, shmem: Add shmem swap memory accounting
` [PATCH 5/5] mm, shmem: Show location of non-resident shmem pages in smaps

[PATCH 00/12] drm/exynos/ipp: image post processing improvements, part three
 2014-07-22 13:42 UTC  (2+ messages)

Scheduler regression from caffcdd8d27ba78730d5540396ce72ad022aff2c
 2014-07-22 13:35 UTC  (18+ messages)

[PATCH 00/52] perf tools: More preparation for call graph from Intel BTS
 2014-07-22 13:18 UTC  (53+ messages)
` [PATCH 01/52] perf tools: Fix jump label always changing during tracing
` [PATCH 02/52] perf tools: Identify which comms are from exec
` [PATCH 03/52] perf tools: Add machine__thread_exec_comm()
` [PATCH 04/52] perf tools: Fix missing label symbols
` [PATCH 05/52] perf tools: Add machine__kernel_ip()
` [PATCH 06/52] perf script: Improve srcline display for BTS
` [PATCH 07/52] perf script: Do not print dangling '=>' "
` [PATCH 08/52] perf tools: Fix incorrect fd error comparison
` [PATCH 09/52] perf tools: Record whether a dso has data
` [PATCH 10/52] perf tools: Add dso__data_status_seen()
` [PATCH 11/52] perf tools: Let a user specify a PMU event without any config terms
` [PATCH 12/52] perf tools: Let default config be defined for a PMU
` [PATCH 13/52] perf tools: Add perf_pmu__scan_file()
` [PATCH 14/52] perf tools: Add dsos__hit_all()
` [PATCH 15/52] perf tools: Add cpu to struct thread
` [PATCH 16/52] perf tools: Add ability to record the current tid for each cpu
` [PATCH 17/52] perf evlist: Add perf_evlist__set_tracking_event()
` [PATCH 18/52] perf evlist: Add 'system_wide' option
` [PATCH 19/52] perf tools: Add id index
` [PATCH 20/52] perf pmu: Let pmu's with no events show up on perf list
` [PATCH 21/52] perf session: Add ability to skip 4GiB or more
` [PATCH 22/52] perf session: Add perf_session__deliver_synth_event()
` [PATCH 23/52] perf tools: Move rdtsc() function
` [PATCH 24/52] perf evlist: Add perf_evlist__enable_event_idx()
` [PATCH 25/52] perf session: Add perf_session__peek_event()
` [PATCH 26/52] perf tools: Add dso__data_size()
` [PATCH 27/52] perf tools: Add a thread stack for synthesizing call chains
` [PATCH 28/52] perf script: Allow callchains if any event samples them
` [PATCH 29/52] perf inject: Add --kallsyms parameter
` [PATCH 30/52] perf tools: Expose 'addr' functions so they can be reused
` [PATCH 31/52] perf tools: Add facility to export data in database-friendly way
` [PATCH 32/52] perf tools: Add helpers for calling Python objects
` [PATCH 33/52] perf tools: Extend Python script interface to export data in a database-friendly way
` [PATCH 34/52] perf tools: Add Python script to export to postgresql
` [PATCH 35/52] perf tools: Add flags and insn_len to struct sample
` [PATCH 36/52] perf tools: Add branch type to db export
` [PATCH 37/52] perf tools: Add branch_type and in_tx to Python export
` [PATCH 38/52] perf tools: Enhance the thread stack to output call/return data
` [PATCH 39/52] perf tools: Add call information to the database export API
` [PATCH 40/52] perf tools: Add call information to Python export
` [PATCH 41/52] perf tools: Add 'flush' callback to scripting API
` [PATCH 42/52] perf tools: Defer export of comms that were not 'set'
` [PATCH 43/52] perf tools: Add perf-with-kcore script
` [PATCH 44/52] perf tools: Pass machine to vdso__dso_findnew()
` [PATCH 45/52] perf tools: Group VDSO global variables into a structure
` [PATCH 46/52] perf tools: Fix the lifetime of the VDSO temporary file
` [PATCH 47/52] perf tools: Add vdso__new()
` [PATCH 48/52] perf tools: Separate the VDSO map name from the VDSO dso name
` [PATCH 49/52] perf tools: Build programs to copy 32-bit compatibility VDSOs
` [PATCH 50/52] perf tools: Add dso__type()
` [PATCH 51/52] perf tools: Add thread parameter to vdso__dso_findnew()
` [PATCH 52/52] perf tools: Add support for 32-bit compatibility VDSOs

[PATCH] staging: init: main: fix sparse warning Fix sparse warning "should it be static"
 2014-07-22 13:32 UTC 

[RFC] perf to ctf converter
 2014-07-22 13:31 UTC  (8+ messages)

[PATCH 1/5] sched: Wrapper for checking task_struct's .on_rq
 2014-07-22 13:20 UTC  (9+ messages)
` [PATCH 2/5] sched: Teach scheduler to understand ONRQ_MIGRATING state
` [PATCH 3/5] sched: Remove double_rq_lock() from __migrate_task()
` [PATCH 4/5] sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()
` [PATCH 5/5] sched/fair: Remove double_lock_balance() from load_balance()

[PATCH V2 2/2] perf tools: Record whether a dso has data
 2014-07-22 13:24 UTC  (4+ messages)
` [PATCH V3] "

[PATCH 0/6] vf610: Add USB support
 2014-07-22 13:18 UTC  (5+ messages)
` [PATCH 1/6] ARM: dts: vf610: add USB PHY and controller

[PATCH] Fix issues reported by checkpatch
 2014-07-22 13:16 UTC  (2+ messages)

[PATCH v4 00/11] drm: add support for Atmel HLCDC Display Controller
 2014-07-22 13:11 UTC  (12+ messages)
` [PATCH v4 01/11] mfd: add atmel-hlcdc driver
` [PATCH v4 02/11] mfd: add documentation for atmel-hlcdc DT bindings
` [PATCH v4 03/11] pwm: add support for atmel-hlcdc-pwm device
` [PATCH v4 04/11] pwm: add DT bindings documentation for atmel-hlcdc-pwm driver
` [PATCH v4 05/11] drm: add Atmel HLCDC Display Controller support
` [PATCH v4 06/11] drm: add DT bindings documentation for atmel-hlcdc-dc driver
` [PATCH v4 07/11] ARM: AT91/dt: split sama5d3 lcd pin definitions to match RGB mode configs
` [PATCH v4 08/11] ARM: AT91/dt: add alternative pin muxing for sama5d3 lcd pins
` [PATCH v4 09/11] ARM: at91/dt: define the HLCDC node available on sama5d3 SoCs
` [PATCH v4 10/11] ARM: at91/dt: add LCD panel description to sama5d3xdm.dtsi
` [PATCH v4 11/11] ARM: at91/dt: enable the LCD panel on sama5d3xek boards

Good Day
 2014-07-22 11:19 UTC 

[PATCH v2] iio: exynos-adc: add experimental touchscreen support
 2014-07-22 13:03 UTC 

[PATCH 0/2] iio: adc: exynos_adc: Add support for s3c64xx/s3c24xx ADC
 2014-07-22 12:59 UTC  (3+ messages)
` [PATCH 2/2] iio: adc: exynos_adc: Add support for S3C24xx ADC

[PATCH] trace-cmd: add trace-record.o to the python shared lib
 2014-07-22 12:58 UTC  (3+ messages)

[PATCH v4 0/3] Staging: rts5208: Use standard debug features
 2014-07-22 12:58 UTC  (3+ messages)
` [PATCH v4 1/3] Staging: rts5208: Replace custom macro with dev_dbg

[PATCH] Staging: vt6655: removed redundant comments from aes_ccmp.h
 2014-07-22 12:40 UTC 

[PATCH 0/2] module: add within_module() and change return type
 2014-07-22 12:40 UTC  (4+ messages)
` [PATCH 1/2] module: add within_module() function
` [PATCH 2/2] module: return bool from within_module*()

[PATCH] Staging: vt6655: Removed redundant comments and newlines
 2014-07-22 12:36 UTC 

[PATCH] MIPS: OCTEON: make get_system_type() thread-safe
 2014-07-22 12:31 UTC  (2+ messages)

[PATCH 0/5] video: describe data bus formats
 2014-07-22 12:23 UTC  (6+ messages)
` [PATCH 1/5] video: move mediabus format definition to a more standard place
` [PATCH 2/5] video: add RGB444_1X12 and RGB565_1X16 bus formats
` [PATCH 3/5] drm: add bus_formats and nbus_formats fields to drm_display_info
` [PATCH 4/5] drm: panel: simple-panel: add support for bus_format retrieval
` [PATCH 5/5] drm: panel: simple-panel: add bus format information for foxlink panel

[PATCH] Staging: vt6655: remove redundant comments from 80211hdr.h
 2014-07-22 12:25 UTC 

[PATCH 0/6 v2] PM / Hibernate: Memory bitmap scalability improvements
 2014-07-22 12:24 UTC  (9+ messages)

[PATCH v3 0/4] dra7: Add PCIe support
 2014-07-22 12:17 UTC  (2+ messages)

[PATCH v2 0/4] Support for Qualcomm QPNP PMIC's
 2014-07-22 12:17 UTC  (8+ messages)
` [PATCH v2 1/4] mfd: pm8xxx-spmi: add support for Qualcomm SPMI PMICs
` [PATCH v2 4/4] mfd: pm8921: rename pm8921-core driver

[PATCH v6 0/7] printk: start simplifying some flags
 2014-07-22 12:13 UTC  (8+ messages)
` [PATCH v6 1/7] printk: report dropped messages on separate line
` [PATCH v6 2/7] printk: insert newline for truncated records
` [PATCH v6 3/7] printk: initialize syslog_prev and console_prev
` [PATCH v6 4/7] printk: LOG_CONT and LOG_NEWLINE are opposites
` [PATCH v6 5/7] printk: honor LOG_PREFIX in devkmsg_read()
` [PATCH v6 6/7] printk: honor LOG_PREFIX in msg_print_text()
` [PATCH v6 7/7] printk: correct some more typos

[PATCH 0/2] ACPI / PM: Make ACPI-based PCI wakeup work for the "freeze" sleep state
 2014-07-22 12:29 UTC  (7+ messages)
` [PATCH 0/3] "
  ` [PATCH 2/3] ACPI / PM: Revork the handling of ACPI device wakeup notifications
    ` [Update][PATCH "

[PATCH v3 00/10] Add SDHCI support for ST Microelectronics SoCs
 2014-07-22 12:13 UTC  (4+ messages)
` [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture
    ` [STLinux Kernel] "

[PATCH] mailbox/omap: Use module_platform_driver
 2014-07-22 12:13 UTC 

[PATCH 0/2] mtd: nand: add basic SDR NAND timings infrastructure
 2014-07-22 12:12 UTC  (4+ messages)
` [PATCH 1/2] mtd: nand: define struct nand_timings

[PATCH 0/2] shmem: fix faulting into a hole while it's punched, take 3
 2014-07-22 12:09 UTC  (9+ messages)

[PATCH] x86, TSC: Add a software TSC offset
 2014-07-22 12:05 UTC  (2+ messages)

[PATCH] sched: update last_balance only when actually balanced
 2014-07-22 12:04 UTC  (2+ messages)

[PATCH v5 0/7] printk: start simplifying some flags
 2014-07-22 12:01 UTC  (6+ messages)
` [PATCH v5 3/7] printk: initialize syslog_prev and console_prev

[PATCH v2 0/3] perf/sdt : Support for SDT markers
 2014-07-22 11:53 UTC  (6+ messages)
` [PATCH v2 1/3] perf/sdt : Listing of SDT markers by perf

[PATCH] tty/tty_io.c: make a check before reuse cdev
 2014-07-22 11:52 UTC  (3+ messages)

[PATCH v2 0/4] virtio-rng: contribute to early randomness requests
 2014-07-22 11:46 UTC  (6+ messages)
` [PATCH v2 3/4] virtio: rng: delay hwrng_register() till driver is ready

[PATCH 0/5] sched: Add on_rq states and remove several double rq locks
 2014-07-22 11:30 UTC 

[PATCH] drivers: Let several drivers depends on HAS_IOMEM for 'devm_ioremap_resource'
 2014-07-22 11:29 UTC  (5+ messages)

[PATCH] arch: x86: boot: bioscall.S: simplify self-modification of the INT instruction
 2014-07-22 11:25 UTC  (2+ messages)

[PATCH v2 00/25] AMDKFD kernel driver
 2014-07-22 11:15 UTC  (11+ messages)

[PATCH] drivers/misc/ti-st: Load firmware from ti-connectivity directory
 2014-07-22 11:08 UTC 

[PATCH tip/core/rcu 0/5] Fix for cond_resched performance regression
 2014-07-22 11:07 UTC  (6+ messages)
` [PATCH RFC tip/core/rcu 1/5] rcu: Reduce overhead of cond_resched() checks for RCU

[GIT PULL 00/28] PHY: for 3.17
 2014-07-22 10:56 UTC  (7+ messages)
` [PATCH 01/28] phy: miphy365x: Add MiPHY365x header file for DT x Driver defines
` [PATCH 04/28] phy: sun4i-usb: Use PTR_ERR_OR_ZERO
` [PATCH 05/28] phy: exynos5-usbdrd: Make local functions static
` [PATCH 07/28] phy: phy-omap-pipe3: Add support for PCIe PHY
` [PATCH 08/28] phy: pipe3: insert delay to enumerate in GEN2 mode
` [PATCH 10/28] phy: add hix5hd2-sata-phy driver


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